Package org.eclipse.swt.internal.webkit
Class IWebURLCredential
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.webkit.IWebURLCredential
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
hasPassword
(int[] result) int
initWithUser
(int user, int password, int persistence) int
password
(int[] password) int
user
(int[] result) Methods inherited from class org.eclipse.swt.internal.ole.win32.IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IWebURLCredential
public IWebURLCredential(int address)
-
-
Method Details
-
hasPassword
public int hasPassword(int[] result) -
initWithUser
public int initWithUser(int user, int password, int persistence) -
password
public int password(int[] password) -
user
public int user(int[] result)
-