public WorkbenchWizardElement(IConfigurationElement configurationElement)(Code)
Create a new instance of this class
Parameters: configurationElement - since: 3.1
Method Detail
adaptedSelection
public IStructuredSelection adaptedSelection(IStructuredSelection selection)(Code)
Answer the selection for the reciever based on whether the it can handle
the selection. If it can return the selection. If it can handle the
adapted to IResource value of the selection. If it satisfies neither of
these conditions return an empty IStructuredSelection.
IStructuredSelection Parameters: selection - IStructuredSelection
Create an the instance of the object described by the configuration
element. That is, create the instance of the class the isv supplied in
the extension point.
the new object throws: CoreException -