public class DocumentImportWizardPage
extends WizardResourceImportPage
Modifier and Type | Class and Description |
---|---|
protected class |
DocumentImportWizardPage.MinimizedFileSystemElement |
Modifier | Constructor and Description |
---|---|
|
DocumentImportWizardPage(IWorkbench workbench,
IStructuredSelection selection) |
protected |
DocumentImportWizardPage(java.lang.String name,
IStructuredSelection selection) |
Modifier and Type | Method and Description |
---|---|
protected void |
createOptionsGroupButtons(Group optionsGroup) |
protected DocumentImportWizardPage.MinimizedFileSystemElement |
createRootElement(java.io.File sourceDirectory,
FileSystemStructureProvider instance) |
protected void |
createSourceGroup(Composite parent) |
protected boolean |
ensureSourceIsValid() |
boolean |
finish() |
protected ITreeContentProvider |
getFileProvider() |
protected ITreeContentProvider |
getFolderProvider() |
protected void |
handleContainerBrowseButtonPressed() |
void |
handleEvent(Event event) |
protected void |
handleSourceBrowseButtonPressed() |
protected boolean |
importResources(java.util.List<java.lang.Object> fileSystemObjects,
TreeNode importDestination) |
protected boolean |
isExportableExtension(java.lang.String extension) |
protected int |
resourceExists(java.lang.Object resource) |
protected boolean |
resourcesExists(java.util.List<?> resources) |
protected void |
setupSelectionsBasedOnSelectedTypes() |
protected void |
updateFromSourceField() |
protected boolean |
validateOptionsGroup() |
protected boolean |
validateSourceGroup() |
public DocumentImportWizardPage(IWorkbench workbench, IStructuredSelection selection)
protected DocumentImportWizardPage(java.lang.String name, IStructuredSelection selection)
public void handleEvent(Event event)
public boolean finish()
protected void createOptionsGroupButtons(Group optionsGroup)
protected boolean validateOptionsGroup()
protected boolean validateSourceGroup()
protected boolean resourcesExists(java.util.List<?> resources)
protected int resourceExists(java.lang.Object resource)
protected boolean importResources(java.util.List<java.lang.Object> fileSystemObjects, TreeNode importDestination)
protected boolean ensureSourceIsValid()
protected void handleSourceBrowseButtonPressed()
protected void handleContainerBrowseButtonPressed()
protected DocumentImportWizardPage.MinimizedFileSystemElement createRootElement(java.io.File sourceDirectory, FileSystemStructureProvider instance)
protected void createSourceGroup(Composite parent)
protected void setupSelectionsBasedOnSelectedTypes()
protected boolean isExportableExtension(java.lang.String extension)
protected void updateFromSourceField()
protected ITreeContentProvider getFileProvider()
protected ITreeContentProvider getFolderProvider()