Method Summary |
|
protected String[] | addToHistory(String[] history, String newEntry) Adds an entry to a history, while taking care of duplicate history items
and excessively long histories. |
protected void | addToHistory(List history, String newEntry) Adds an entry to a history, while taking care of duplicate history items
and excessively long histories. |
abstract protected boolean | allowNewContainerName() Return whether the user is allowed to enter a new container name or just
choose from existing ones. |
protected Label | createBoldLabel(Composite parent, String text) Creates a new label with a bold font. |
protected void | createOptionsGroup(Composite parent) Create the options specification widgets. |
protected void | createOptionsGroupButtons(Group optionsGroup) Creates the import/export options group controls.
The WizardDataTransferPage implementation of this method does
nothing. |
protected Label | createPlainLabel(Composite parent, String text) Creates a new label with a bold font. |
protected void | createSpacer(Composite parent) Creates a horizontal spacer line that fills the width of its container. |
protected boolean | determinePageCompletion() Returns whether this page is complete. |
protected void | displayErrorDialog(String message) Display an error dialog with the specified message. |
protected void | displayErrorDialog(Throwable exception) Display an error dislog with the information from the
supplied exception. |
protected String | getErrorDialogTitle() Get the title for an error dialog. |
protected IPath | getPathFromText(Text textField) Get a path from the supplied text widget. |
protected IPath | queryForContainer(IContainer initialSelection, String msg) Queries the user to supply a container resource. |
protected IPath | queryForContainer(IContainer initialSelection, String msg, String title) Queries the user to supply a container resource. |
public String | queryOverwrite(String pathString) The WizardDataTransfer implementation of this
IOverwriteQuery method asks the user whether the existing
resource at the given path should be overwritten. |
protected boolean | queryYesNoQuestion(String message) Displays a Yes/No question to the user with the specified message and returns
the user's response. |
protected void | restoreWidgetValues() Restores control settings that were saved in the previous instance of this
page. |
protected void | saveWidgetValues() Saves control settings that are to be restored in the next instance of
this page. |
protected void | updatePageCompletion() Determine if the page is complete and update the page appropriately. |
protected void | updateWidgetEnablements() Updates the enable state of this page's controls.
The WizardDataTransferPage implementation of this method does
nothing. |
protected boolean | validateDestinationGroup() Returns whether this page's destination specification controls currently all
contain valid values.
The WizardDataTransferPage implementation of this method returns
true . |
protected boolean | validateOptionsGroup() Returns whether this page's options group's controls currently all contain
valid values.
The WizardDataTransferPage implementation of this method returns
true . |
protected boolean | validateSourceGroup() Returns whether this page's source specification controls currently all
contain valid values.
The WizardDataTransferPage implementation of this method returns
true . |