Uses of Interface
org.openide.windows.Workspace

Uses of Workspace in org.openide.windows
 

Methods in org.openide.windows that return Workspace
 Workspace Mode.getWorkspace()
          Deprecated. XXX Do not use. Worskpaces are not supporeted anymore.
 Workspace WindowManager.createWorkspace(String name)
          Deprecated. XXX Do not use. Workspaces are not supported anymore.
abstract  Workspace WindowManager.createWorkspace(String name, String displayName)
          Deprecated. XXX Do not use. Workspaces are not supported anymore.
abstract  Workspace WindowManager.findWorkspace(String name)
          Deprecated. XXX Do not use. Workspaces are not supported anymore.
abstract  Workspace[] WindowManager.getWorkspaces()
          Deprecated. XXX Do not use. Workspaces are not supported anymore.
abstract  Workspace WindowManager.getCurrentWorkspace()
          Deprecated. XXX Do not use. Workspaces are not supported anymore.
 

Methods in org.openide.windows with parameters of type Workspace
 boolean CloneableTopComponent.canClose(Workspace workspace, boolean last)
          Called when this component is about to close.
 void TopComponent.open(Workspace workspace)
          Deprecated. XXX Use TopComponent.open() instead.
 boolean TopComponent.isOpened(Workspace workspace)
          Deprecated. XXX Use TopComponent.isOpened() instead.
 boolean TopComponent.close(Workspace workspace)
          Deprecated. XXX Use TopComponent.close() instead.
 boolean TopComponent.canClose(Workspace workspace, boolean last)
          Deprecated. XXX Do not use anymore. Use instead. Both parameters are redundant since workspaces are not supported anymore.
abstract  void WindowManager.setWorkspaces(Workspace[] workspaces)
          Deprecated. XXX 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.
 


 

Built on October 24 2003.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.