getSelectedResources() Returns this page's list of currently-specified resources to be
imported.
protected void
getSelectedResources(IElementFilter filter, IProgressMonitor monitor) Returns this page's list of currently-specified resources to be
imported filtered by the IElementFilter.
getSourceConflictMessage() Returns the error message for when the source conflicts
with the destination.
protected IContainer
getSpecifiedContainer() Returns the container resource specified in the container name entry field,
or null if such a container does not exist in the workbench.
getTypesToImport() Returns a collection of the currently-specified resource types for
use by the type selection dialog.
protected void
handleContainerBrowseButtonPressed() Opens a container selection dialog and displays the user's subsequent
container resource selection in this page's container name field.
public void
handleEvent(Event event) The WizardResourceImportPage implementation of this
Listener method handles all events and enablements for controls
on this page.
setContainerFieldValue(String value) Sets the value of this page's container resource field, or stores
it for future use if this page's controls do not exist yet.
Creates an import wizard page. If the initial resource selection
contains exactly one container resource then it will be used as the default
import destination.
Parameters: name - the name of the page Parameters: selection - the current resource selection
Returns this page's list of currently-specified resources to be
imported. This is the primary resource selection facility accessor for
subclasses.
a list of resources currently selected for export (element type: IResource)
Returns the container resource specified in the container name entry field,
or null if such a container does not exist in the workbench.
the container resource specified in the container name entry field,or null
The WizardResourceImportPage implementation of this
Listener method handles all events and enablements for controls
on this page. Subclasses may extend.
Parameters: event - Event
Set all of the selections in the selection group to value
Parameters: value - boolean
setContainerFieldValue
public void setContainerFieldValue(String value)(Code)
Sets the value of this page's container resource field, or stores
it for future use if this page's controls do not exist yet.
Parameters: value - String
Returns whether or not the source location conflicts
with the destination resource. By default this is not
checked, so false is returned.
Parameters: sourcePath - the path being checked true if the source location conflicts with thedestination resource, false if not