Package | Description |
---|---|
viptool.base | |
viptool.base.gui.component | |
viptool.base.gui.selection | |
viptool.project | |
viptool.project.event |
Modifier and Type | Method and Description |
---|---|
IAbstractFolder |
IWorkbench.getSelectedFolder()
Returns the parent folder of the current selected object in the project
tree.
|
Modifier and Type | Method and Description |
---|---|
IAbstractFolder |
FolderTreePanel.FolderTreeSelection.getFolder()
Returns the selected folder.
|
IAbstractFolder |
FolderTreePanel.FolderTreeSelection.getParent()
Returns the parent of the selected element or null if the parent is a
project.
|
Constructor and Description |
---|
FolderTreePanel.FolderTreeSelection(IProject project,
IAbstractFolder parent,
IAbstractFolder folder)
Constructs a new folder tree selection object with the given
information.
|
FolderTreePanel(IWorkbench workbench,
IAbstractFolder folder)
Call this constructor to display the given folder and all its subfolders.
|
Modifier and Type | Method and Description |
---|---|
IAbstractFolder[] |
IAbstractFileSelection.getFolderElements() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFolder
This is the implementation of the IAbstractFolder interface and is used in
the viptool for folder handling.
|
Modifier and Type | Method and Description |
---|---|
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
File file) |
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
IAbstractFolder folder,
File file) |
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
IAbstractFolder folder,
String pathname) |
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
String pathname) |
IAbstractFolder |
IAbstractFile.getParentFolder()
Returns the parent folder of the file.
|
IAbstractFolder |
AbstractFile.getParentFolder() |
IAbstractFolder |
IProjectGuiLinker.getSelectedFolder()
This methode returns the Folder of the selected element at the tree or
null if no element is selected
|
Modifier and Type | Method and Description |
---|---|
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
IAbstractFolder folder,
File file) |
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
IAbstractFolder folder,
String pathname) |
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
IAbstractFolder folder,
File file) |
IAbstractFolder |
FileSystem.createAbstractFolder(IProject project,
IAbstractFolder folder,
String pathname) |
Modifier and Type | Method and Description |
---|---|
IAbstractFolder |
ProjectFileEvent.getAbstractFolder()
Returns the involved folder or null if the file is directly in the
project folder.
|
Constructor and Description |
---|
ProjectFileEvent(IProject project,
IAbstractFolder folder,
IAbstractFile file)
Constructs a new project file event object and initializes it.
|