Class CredentialsDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.eclipse.net4j.util.ui.widgets.BaseDialog<Viewer>
org.eclipse.net4j.util.ui.security.CredentialsDialog
- All Implemented Interfaces:
IShellProvider
- Direct Known Subclasses:
CredentialsResetDialog
,CredentialsUpdateDialog
- Since:
- 2.0
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
-
Field Summary
Fields inherited from class org.eclipse.net4j.util.ui.widgets.BaseDialog
DEFAULT_SHELL_STYLE
Fields inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE
Fields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, 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
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurred
-
Constructor Summary
ConstructorDescriptionCredentialsDialog
(Shell shell) CredentialsDialog
(Shell shell, String realm) CredentialsDialog
(Shell shell, String realm, String title, String message) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureShell
(Shell newShell) protected void
configureShell
(Shell newShell, int width, int height) protected Control
createButtonBar
(Composite parent) protected IPasswordCredentials
createCredentials
(String userID, char[] password) protected Composite
createCredentialsArea
(Composite parent) protected void
protected Control
createUserIDControl
(Composite composite) protected String
final String
getRealm()
protected void
protected void
Methods inherited from class org.eclipse.net4j.util.ui.widgets.BaseDialog
close, createDialogArea, fillContextMenu, getCurrentViewer, getDialogBoundsSettings, getDialogSettings, getDialogSettings, hookContextMenu, setCurrentViewer
Methods inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
createContents, getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog
closeTray, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, 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, shortenText
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Constructor Details
-
CredentialsDialog
-
CredentialsDialog
- Since:
- 3.3
-
CredentialsDialog
- Since:
- 3.4
-
-
Method Details
-
getRealm
- Since:
- 3.3
-
getCredentials
-
configureShell
- Overrides:
configureShell
in classWindow
-
configureShell
- Since:
- 3.4
-
createButtonBar
- Overrides:
createButtonBar
in classTrayDialog
-
createUI
- Specified by:
createUI
in classBaseDialog<Viewer>
-
createCredentialsArea
- Since:
- 3.4
-
createUserIDControl
- Since:
- 3.4
-
okPressed
protected void okPressed() -
createCredentials
- Since:
- 3.4
-
loadUsers
- Since:
- 3.4
-
saveUsers
- Since:
- 3.4
-
getInitialUserID
- Since:
- 3.10
-