Package | Description |
---|---|
viptool.base | |
viptool.base.gui.component | |
viptool.project | |
viptool.project.event |
Modifier and Type | Method and Description |
---|---|
IProject |
IWorkbench.getSelectedProject()
Returns the project of the current selected object in the project tree.
|
Modifier and Type | Method and Description |
---|---|
IProject |
FolderTreePanel.FolderTreeSelection.getProject()
Returns the project of the selected element.
|
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,
IProject project)
Call this constructor to construct a folder pane, that displays the given
project and its subfolders.
|
Modifier and Type | Method and Description |
---|---|
IProject |
IAbstractFile.getProject()
Returns the hosting project of the file.
|
IProject |
AbstractFile.getProject() |
IProject[] |
IWorkspace.getProjects()
Returns an array containing all projects of the workspace.
|
IProject |
IProjectGuiLinker.getProjectToNode(IProjectTreeNode node)
This methode retruns the project to which the given node belongs to.
|
IProject |
IProjectGuiLinker.getSelectedProject()
This methode returns the Project of the selected element at the tree or
null if no element is selected
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkspace.addProject(IProject project)
Adds the given project to the workspace.
|
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
File file) |
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
IAbstractFolder folder,
File file) |
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
IAbstractFolder folder,
String pathname) |
IAbstractFile |
FileSystem.createAbstractFile(IProject project,
String pathname) |
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) |
void |
IWorkspace.removeProject(IProject project)
Removes the given project from the workspace.
|
Modifier and Type | Method and Description |
---|---|
IProject |
WorkspaceEvent.getProject()
Returns the project that was added or removed
|
IProject |
ProjectFileEvent.getProject()
Returns the involved project.
|
Constructor and Description |
---|
ProjectFileEvent(IProject project,
IAbstractFolder folder,
IAbstractFile file)
Constructs a new project file event object and initializes it.
|
WorkspaceEvent(IWorkspace workspace,
IProject project)
Constructs a new workspace file event object and initializes it.
|