Method Summary |
|
protected void | buttonPressed(int buttonId) This method is called if a button has been pressed. |
protected void | cancelPressed() Notifies that the cancel button of this dialog has been pressed. |
protected void | configureShell(Shell shell) |
protected void | createButtonsForButtonBar(Composite parent) Adds buttons to this dialog's button bar. |
protected Control | createDialogArea(Composite parent) Creates and returns the contents of the upper part of this dialog (above
the button bar). |
public void | doubleClick(DoubleClickEvent event) |
protected IDialogSettings | getDialogSettings() |
public OpAction[] | getSelection() |
protected void | restoreWidgetValues() Use the dialog store to restore widget values to the values that they
held last time this dialog was used to completion. |
protected void | saveWidgetValues() |
public void | selectionChanged(SelectionChangedEvent event) Notifies that the selection has changed. |
protected void | updateButtons() Update the button enablement state. |
protected void | updateSelection(SelectionChangedEvent event) Update the selection object. |