public class CredentialsDialog extends BaseDialog<Viewer>
Window.IExceptionHandler
DEFAULT_SHELL_STYLE
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE
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
CANCEL, OK, resizeHasOccurred
Constructor and Description |
---|
CredentialsDialog(Shell shell) |
CredentialsDialog(Shell shell,
java.lang.String realm) |
CredentialsDialog(Shell shell,
java.lang.String realm,
java.lang.String title,
java.lang.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(java.lang.String userID,
char[] password) |
protected Composite |
createCredentialsArea(Composite parent) |
protected void |
createUI(Composite parent) |
protected Control |
createUserIDControl(Composite composite) |
IPasswordCredentials |
getCredentials() |
java.lang.String |
getRealm() |
protected java.util.List<java.lang.String> |
loadUsers() |
protected void |
okPressed() |
protected void |
saveUsers(java.util.List<java.lang.String> users) |
close, createDialogArea, fillContextMenu, getCurrentViewer, getDialogBoundsSettings, getDialogSettings, getDialogSettings, hookContextMenu, setCurrentViewer
createContents, getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
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
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
public CredentialsDialog(Shell shell)
public CredentialsDialog(Shell shell, java.lang.String realm)
public CredentialsDialog(Shell shell, java.lang.String realm, java.lang.String title, java.lang.String message)
public final java.lang.String getRealm()
public IPasswordCredentials getCredentials()
protected void configureShell(Shell newShell)
configureShell
in class Window
protected void configureShell(Shell newShell, int width, int height)
protected void createUI(Composite parent)
createUI
in class BaseDialog<Viewer>
protected IPasswordCredentials createCredentials(java.lang.String userID, char[] password)
protected java.util.List<java.lang.String> loadUsers()
protected void saveUsers(java.util.List<java.lang.String> users)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html