
public class CredentialsDialog extends BaseDialog<Viewer>
Window.IExceptionHandlerDEFAULT_SHELL_STYLEDLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGEblockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS| Constructor and Description |
|---|
CredentialsDialog(Shell shell) |
CredentialsDialog(Shell shell,
String realm) |
CredentialsDialog(Shell shell,
String realm,
String title,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureShell(Shell newShell) |
protected void |
configureShell(Shell newShell,
int width,
int height) |
protected IPasswordCredentials |
createCredentials(String userID,
char[] password) |
protected Composite |
createCredentialsArea(Composite parent) |
protected void |
createUI(Composite parent) |
protected Control |
createUserIDControl(Composite composite) |
IPasswordCredentials |
getCredentials() |
String |
getRealm() |
protected List<String> |
loadUsers() |
protected void |
okPressed() |
protected void |
saveUsers(List<String> users) |
close, createDialogArea, fillContextMenu, getCurrentViewer, getDialogBoundsSettings, getDialogSettings, getDialogSettings, hookContextMenu, setCurrentViewercreateContents, getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImagecloseTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableapplyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonsForButtonBar, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextcanHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManagerpublic CredentialsDialog(Shell shell)
public final String getRealm()
public IPasswordCredentials getCredentials()
protected void configureShell(Shell newShell)
configureShell in class BaseDialog<Viewer>protected void configureShell(Shell newShell, int width, int height)
protected void createUI(Composite parent)
createUI in class BaseDialog<Viewer>protected IPasswordCredentials createCredentials(String userID, char[] password)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.