com.unitesk.requality.eclipse.wizards
public class FileSelectionPage extends WizardPage
Modifier and Type | Class and Description |
---|---|
class |
FileSelectionPage.FileTreeContentProvider |
Constructor and Description |
---|
FileSelectionPage(DialogSettings selection,
java.lang.String[] extensions)
Constructor for SampleNewWizardPage.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canSelectNode() |
void |
createControl(Composite parent) |
java.lang.String |
getContainerName() |
protected ILabelProvider |
getLabelProvider() |
IResource |
getModifiedResource() |
IFile |
getSelectedResource() |
void |
select(java.lang.Object[] obj) |
void |
setChangeListener(ISelectionChangedListener ncl) |
void |
setTargetPath(IPath input) |
public FileSelectionPage(DialogSettings selection, java.lang.String[] extensions)
multi
- pageName
- protected ILabelProvider getLabelProvider()
public void createControl(Composite parent)
IDialogPage#createControl(Composite)
public boolean canSelectNode()
public void select(java.lang.Object[] obj)
public java.lang.String getContainerName()
public IResource getModifiedResource()
public void setTargetPath(IPath input)
public void setChangeListener(ISelectionChangedListener ncl)
public IFile getSelectedResource()