Package | Description |
---|---|
viptool.base | |
viptool.base.event | |
viptool.project.event |
Modifier and Type | Method and Description |
---|---|
IWorkspace |
IWorkbench.getCurrentWorkspace()
Returns the currently opened workspace in the vip tool
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.setCurrentWorkspace(IWorkspace workspace)
Sets the current workspace.
|
Modifier and Type | Method and Description |
---|---|
IWorkspace |
WorkspaceChangeEvent.getCurrentWorkspace()
Returns the current workspace.
|
IWorkspace |
WorkspaceChangeEvent.getPreviousWorkspace()
Returns the previous workspace.
|
Constructor and Description |
---|
WorkspaceChangeEvent(IWorkbench workbench,
IWorkspace oldWorkspace,
IWorkspace newWorkspace)
Creates a new workspace change event that holds several information about
the workspace change.
|
Modifier and Type | Method and Description |
---|---|
IWorkspace |
WorkspaceEvent.getWorkspace()
Returns the workspace that is involved.
|
Constructor and Description |
---|
WorkspaceEvent(IWorkspace workspace,
IProject project)
Constructs a new workspace file event object and initializes it.
|