站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Deprecated List (NetBeans Actions API) - NetBeans API Javadoc 5.0.0

 

Deprecated API

Deprecated Classes
org.openide.actions.UndockAction
          Do not use. 
org.openide.actions.WorkspaceSwitchAction
          No longer used since there are no more workspaces. 
 

Deprecated Interfaces
org.openide.actions.ToolsAction.Model
          Useless, see ActionManager. 
 

Deprecated Methods
org.openide.actions.ActionManager.invokeAction(Action, ActionEvent)
          Just use ActionListener.actionPerformed(java.awt.event.ActionEvent) directly instead. Since 4.11. 
org.openide.actions.ToolsAction.setModel(ToolsAction.Model)
          Useless, see ActionManager. 
org.openide.actions.PasteAction.setPasteTypes(PasteType[])
          Use TopComponent.getActionMap ().put (javax.swing.text.DefaultEditorKit.pasteAction, yourPasteAction); If you want register more paste types then use an action which delegates to an array of PasteAction or also can delegate to an array of org.openide.util.datatransfer.PasteType. 
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.