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

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

org.openide.actions 6.5.31

Deprecated API


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

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

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. 
 


org.openide.actions 6.5.31

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