selectWizardNode(IWizardNode node) Specify the passed wizard node as being selected, meaning that if
it's non-null then the wizard to be displayed when the user next
presses the Next button should be determined by asking the passed
node.
Answer the wizard object corresponding to the passed id, or null
if such an object could not be found
WizardElement Parameters: searchId - the id to search on
getCurrentResourceSelection
public IStructuredSelection getCurrentResourceSelection()(Code)
public void selectWizardNode(IWizardNode node)(Code)
Specify the passed wizard node as being selected, meaning that if
it's non-null then the wizard to be displayed when the user next
presses the Next button should be determined by asking the passed
node.
Parameters: node - org.eclipse.jface.wizards.IWizardNode