|
RSE Release 3.2 |
|||||||||
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.SystemSelectAnythingDialog
public class SystemSelectAnythingDialog
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 | |
---|---|
SystemSelectAnythingDialog(Shell shell,
java.lang.String title)
|
Method Summary | |
---|---|
boolean |
close()
|
Control |
createInner(Composite parent)
Called by createContents method. |
Control |
getInitialFocusControl()
Return the Control to be given initial focus. |
protected ISystemViewInputProvider |
getInputProvider()
Returns the initial input provider for the viewer. |
java.lang.Object |
getSelectedObject()
|
void |
selectionChanged(SelectionChangedEvent e)
|
void |
setViewerFilter(SystemActionViewerFilter filter)
Use this method to limit the objects that are seen in the view of this dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemSelectAnythingDialog(Shell shell, java.lang.String title)
Method Detail |
---|
public Control createInner(Composite parent)
SystemPromptDialog
createInner
in class SystemPromptDialog
public boolean close()
close
in class SystemPromptDialog
protected ISystemViewInputProvider getInputProvider()
public Control getInitialFocusControl()
SystemPromptDialog
getInitialFocusControl
in class SystemPromptDialog
public java.lang.Object getSelectedObject()
public void selectionChanged(SelectionChangedEvent e)
selectionChanged
in interface ISelectionChangedListener
public void setViewerFilter(SystemActionViewerFilter filter)
filter
- the filter that limits the visible objects
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |