Method Summary |
|
protected boolean | allowNewContainerName() The addToHierarchyToCheckedStore implementation of this
WizardDataTransferPage method returns false . |
protected Button | createButton(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id. |
final protected void | createButtonsGroup(Composite parent) Creates the buttons for selecting specific types or selecting all or none of the
elements. |
public void | createControl(Composite parent) (non-Javadoc)
Method declared on IDialogPage. |
abstract protected void | createDestinationGroup(Composite parent) Creates the export destination specification visual components. |
final protected void | createResourcesGroup(Composite parent) Creates the checkbox tree and list for selecting resources. |
protected boolean | ensureResourcesLocal(List resources) Obsolete method. |
protected List | extractNonLocalResources(List originalList) Returns a new subcollection containing only those resources which are not
local. |
protected String | getErrorDialogTitle() |
protected List | getSelectedResources() Returns this page's collection of currently-specified resources to be
exported. |
protected Iterator | getSelectedResourcesIterator() Returns this page's collection of currently-specified resources to be
exported. |
protected List | getTypesToExport() Returns the resource extensions currently specified to be exported. |
protected List | getWhiteCheckedResources() Returns this page's collection of currently-specified resources to be
exported. |
protected void | handleTypesEditButtonPressed() Queries the user for the types of resources to be exported and selects
them in the checkbox group. |
protected boolean | hasExportableExtension(String resourceName) Returns whether the extension of the given resource name is an extension that
has been specified for export by the user. |
protected void | internalSaveWidgetValues() Persists additional setting that are to be restored in the next instance of
this page.
The WizardImportPage implementation of this method does
nothing. |
protected Object[] | queryResourceTypesToExport() Queries the user for the resource types that are to be exported and returns
these types as an array. |
protected void | restoreResourceSpecificationWidgetValues() Restores resource specification control settings that were persisted
in the previous instance of this page. |
protected boolean | saveDirtyEditors() Save any editors that the user wants to save before export. |
protected void | saveWidgetValues() Persists resource specification control setting that are to be restored
in the next instance of this page. |
protected void | setupBasedOnInitialSelections() Set the initial selections in the resource group. |
protected void | updateWidgetEnablements() Check if widgets are enabled or disabled by a change in the dialog. |