Method Summary |
|
protected void | configureShell(Shell shell) |
protected void | createButtonsForButtonBar(Composite parent) Add buttons to the 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 IPerspectiveDescriptor | getPersp() Returns the target name. |
public String | getPerspName() Returns the target name. |
public void | modifyText(org.eclipse.swt.events.ModifyEvent e) The user has typed some text. |
protected void | okPressed() Notifies that the ok button of this dialog has been pressed.
The default implementation of this framework method sets
this dialog's return code to Window.OK
and closes the dialog. |
public void | selectionChanged(SelectionChangedEvent event) Notifies that the selection has changed. |
public void | setInitialSelection(IPerspectiveDescriptor selectedElement) Sets the initial selection in this dialog. |