|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.rse.ui.dialogs.SystemPromptDialog
org.eclipse.rse.ui.dialogs.SystemPasswordPersistencePrompt
public final class SystemPasswordPersistencePrompt
SystemPasswordPersistencePrompt is used with the save password preference page to prompt the user to add or change password information.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
---|
Window.IExceptionHandler |
Field Summary |
---|
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 |
Constructor Summary | |
---|---|
SystemPasswordPersistencePrompt(Shell shell,
String title,
List existingEntries,
boolean change)
Constructor for SystemPasswordPersistencePrompt. |
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
protected Control |
createInner(Composite parent)
Called by createContents method. |
protected Control |
getInitialFocusControl()
Return the Control to be given initial focus. |
SystemSignonInformation |
getSignonInformation()
|
void |
modifyText(ModifyEvent e)
|
int |
open()
|
protected boolean |
processOK()
To be overridden by children. |
void |
setInputData(IRSESystemType systemtype,
String hostname,
String userid)
Set the input data to prepopulate the change dialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPasswordPersistencePrompt(Shell shell, String title, List existingEntries, boolean change)
shell
- the parent shelltitle
- the dialog titleMethod Detail |
---|
protected Control createInner(Composite parent)
SystemPromptDialog
createInner
in class SystemPromptDialog
SystemPromptDialog.createInner(Composite)
protected Control getInitialFocusControl()
SystemPromptDialog
getInitialFocusControl
in class SystemPromptDialog
SystemPromptDialog.getInitialFocusControl()
public SystemSignonInformation getSignonInformation()
protected boolean processOK()
SystemPromptDialog
processOK
in class SystemPromptDialog
SystemPromptDialog.processOK()
public void createControl(Composite parent)
createControl
in interface IDialogPage
createControl
in class SystemPromptDialog
IDialogPage.createControl(Composite)
public void setInputData(IRSESystemType systemtype, String hostname, String userid)
public void modifyText(ModifyEvent e)
modifyText
in interface ModifyListener
ModifyListener.modifyText(ModifyEvent)
public int open()
open
in class Window
Window.open()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |