|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
org.openide.explorer | Many different UI components of the IDE are actually Explorer views of nodes. |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. |
Uses of Workspace in org.openide.explorer |
Methods in org.openide.explorer with parameters of type Workspace | |
void |
ExplorerPanel.open(Workspace workspace)
Deprecated. |
Uses of Workspace in org.openide.text |
Methods in org.openide.text with parameters of type Workspace | |
void |
CloneableEditor.open(Workspace workspace)
Overrides superclass version. |
Uses of Workspace in org.openide.windows |
Methods in org.openide.windows that return Workspace | |
Workspace |
WindowManager.createWorkspace(String name)
Deprecated. Do not use. Workspaces are not supported anymore. |
abstract Workspace |
WindowManager.createWorkspace(String name,
String displayName)
Deprecated. Do not use. Workspaces are not supported anymore. |
abstract Workspace |
WindowManager.findWorkspace(String name)
Deprecated. Do not use. Workspaces are not supported anymore. |
abstract Workspace[] |
WindowManager.getWorkspaces()
Deprecated. Do not use. Workspaces are not supported anymore. |
abstract Workspace |
WindowManager.getCurrentWorkspace()
Deprecated. Do not use. Workspaces are not supported anymore. |
Workspace |
Mode.getWorkspace()
Deprecated. Do not use. Worskpaces are not supporeted anymore. |
Methods in org.openide.windows with parameters of type Workspace | |
abstract void |
WindowManager.setWorkspaces(Workspace[] workspaces)
Deprecated. Do not use. Workspaces are not supported anymore. |
void |
WindowManager.Component.open(Workspace workspace)
Deprecated. Opens this component on a given workspace. |
void |
WindowManager.Component.close(Workspace workspace)
Deprecated. Closes this component on a given workspace. |
void |
TopComponent.open(Workspace workspace)
Deprecated. Use TopComponent.open() instead. |
boolean |
TopComponent.isOpened(Workspace workspace)
Deprecated. Use TopComponent.isOpened() instead. |
boolean |
TopComponent.close(Workspace workspace)
Deprecated. Use TopComponent.close() instead. |
boolean |
TopComponent.canClose(Workspace workspace,
boolean last)
Deprecated. Do not use anymore. Use TopComponent.canClose() instead.
Both parameters are redundant since workspaces are not supported anymore. |
boolean |
CloneableTopComponent.canClose(Workspace workspace,
boolean last)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |