|
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.files.ui.dialogs.SystemPromptForHomeFolderDialog
public class SystemPromptForHomeFolderDialog
Dialog for prompting the user for his home folder. This is called once when the user first expands his default "/home/username" filter string.
NOT USED YET
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 | |
---|---|
SystemPromptForHomeFolderDialog(Shell shell,
ISystemFilter filter)
Constructor |
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
Create and populate dialog area |
protected Control |
getInitialFocusControl()
Return initial control to be given focus |
protected boolean |
processOK()
Called when user presses OK button. |
void |
widgetDefaultSelected(SelectionEvent event)
From SelectionListener interface |
void |
widgetSelected(SelectionEvent event)
From SelectionListener interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPromptForHomeFolderDialog(Shell shell, ISystemFilter filter)
Method Detail |
---|
protected Control getInitialFocusControl()
getInitialFocusControl
in class SystemPromptDialog
protected Control createInner(Composite parent)
createInner
in class SystemPromptDialog
SystemPromptDialog.createInner(Composite)
public void widgetDefaultSelected(SelectionEvent event)
widgetDefaultSelected
in interface SelectionListener
public void widgetSelected(SelectionEvent event)
widgetSelected
in interface SelectionListener
protected boolean processOK()
processOK
in class SystemPromptDialog
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |