| Modifier and Type | Method | Description |
|---|---|---|
Workspace |
WindowManager.createWorkspace(java.lang.String name) |
Deprecated.
Do not use. Workspaces are not supported anymore.
|
abstract Workspace |
WindowManager.createWorkspace(java.lang.String name,
java.lang.String displayName) |
Deprecated.
Do not use. Workspaces are not supported anymore.
|
abstract Workspace |
WindowManager.findWorkspace(java.lang.String name) |
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.
|
abstract Workspace[] |
WindowManager.getWorkspaces() |
Deprecated.
Do not use. Workspaces are not supported anymore.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<Workspace> |
WindowManager.Component.whereOpened() |
Deprecated.
Gets a list of workspaces where this component is currently open.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CloneableTopComponent.canClose(Workspace workspace,
boolean last) |
|
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 |
TopComponent.close(Workspace workspace) |
Deprecated.
Use
TopComponent.close() instead. |
void |
WindowManager.Component.close(Workspace workspace) |
Deprecated.
Closes this component on a given workspace.
|
boolean |
TopComponent.isOpened(Workspace workspace) |
Deprecated.
Use
TopComponent.isOpened() instead. |
void |
TopComponent.open(Workspace workspace) |
Deprecated.
Use
TopComponent.open() instead. |
void |
WindowManager.Component.open(Workspace workspace) |
Deprecated.
Opens this component on a given workspace.
|
abstract void |
WindowManager.setWorkspaces(Workspace[] workspaces) |
Deprecated.
Do not use. Workspaces are not supported anymore.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.