Method Summary |
|
protected void | buttonPressed(int buttonId) This method is called if a button has been pressed. |
public boolean | close() Close the window. |
protected void | configureShell(Shell shell) |
protected void | createButtonsForButtonBar(Composite parent) |
protected Control | createDialogArea(Composite parent) Creates and returns the contents of the upper part of the dialog (above
the button bar). |
protected void | fillEditorTable() |
protected IEditorDescriptor[] | filterEditors(IEditorDescriptor[] editors) Returns an array of editors which have been filtered according to the
array of editors in the editorsToFilter instance variable. |
protected IDialogSettings | getDialogSettings() |
protected IEditorDescriptor[] | getExternalEditors() |
protected Image[] | getImages(IEditorDescriptor[] editors) |
protected IEditorDescriptor[] | getInternalEditors() |
public IEditorDescriptor | getSelectedEditor() |
protected void | handleDoubleClickEvent() |
protected void | promptForExternalEditor() |
protected void | restoreWidgetValues() |
protected void | saveWidgetValues() |
public void | setEditorsToFilter(IEditorDescriptor[] editors) Set the editors which will not appear in the dialog. |
public void | setMessage(String aMessage) |
protected void | updateEnableState() Update enabled state. |
protected void | updateOkButton() Update the button enablement state. |