当前页面: 
在线文档首页 > 
NetBeans API Javadoc (Current Development Version)
WorkspaceSwitchAction (Actions APIs) - NetBeans API Javadoc (Current Development Version)
org.openide.actions
Class WorkspaceSwitchAction
java.lang.Object
  
org.openide.util.SharedClassObject
      
org.openide.util.actions.SystemAction
          
org.openide.util.actions.CallableSystemAction
              
org.openide.actions.WorkspaceSwitchAction
- All Implemented Interfaces: 
 - ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, HelpCtx.Provider
 
Deprecated. No longer used since there are no more workspaces.
@Deprecated
public class WorkspaceSwitchAction
- extends CallableSystemAction
 
Switch to a different workspace.
- See Also:
 Workspace.activate(), 
Serialized Form
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class org.openide.util.actions.SystemAction | 
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, iconResource, initialize, isEnabled, linkActions, putValue, setEnabled, setIcon | 
 
| Methods inherited from class org.openide.util.SharedClassObject | 
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace | 
 
 
 
WorkspaceSwitchAction
public WorkspaceSwitchAction()
- Deprecated. 
 
getName
public String getName()
- Deprecated. 
- Specified by:
 getName in class SystemAction
 
 
 
getHelpCtx
public HelpCtx getHelpCtx()
- Deprecated. 
- Specified by:
 getHelpCtx in interface HelpCtx.Provider- Specified by:
 getHelpCtx in class SystemAction
 
 
 
getMenuPresenter
public JMenuItem getMenuPresenter()
- Deprecated. 
- Specified by:
 getMenuPresenter in interface Presenter.Menu- Overrides:
 getMenuPresenter in class CallableSystemAction
 
 
 
performAction
public void performAction()
- Deprecated. 
- Not implemented. May only be used in a menu presenter, with the children performing the action.
- Specified by:
 performAction in class CallableSystemAction