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

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

 

Deprecated API

Deprecated Classes
org.openide.nodes.IndexedCustomizer
          Better to use Index.Support.showIndexedCustomizer which behaves better with the window system. 
 

Deprecated Interfaces
org.openide.cookies.ConnectionCookie
          Should no longer be used. 
org.openide.cookies.FilterCookie
          Use Looks instead. 
 

Deprecated Fields
org.openide.nodes.Node.Handle.serialVersionUID
          Only public by accident. 
 

Deprecated Methods
org.openide.util.actions.NodeAction.actionPerformed(ActionEvent)
          Using a special action event in this way is deprecated. Better is to use NodeAction.createContextAwareInstance(org.openide.util.Lookup) and pass a lookup containing all desired Node instances. 
org.openide.nodes.AbstractNode.createActions()
          Override Node.getActions(boolean) instead. 
org.openide.nodes.Node.getActions()
          Use getActions (false) instead. 
org.openide.nodes.AbstractNode.getActions()
          Override Node.getActions(boolean) instead. 
org.openide.nodes.Node.getContextActions()
          Use getActions (true) instead. 
org.openide.nodes.Node.getDefaultAction()
          Use Node.getPreferredAction() instead. 
org.openide.nodes.AbstractNode.getDefaultAction()
          Use AbstractNode.getPreferredAction() instead. 
org.openide.nodes.NodeOp.getDefaultActions()
          Do not use this method. It is useless now. 
org.openide.util.actions.NodeAction.performAction()
          Do not call this programmatically. Use NodeAction.createContextAwareInstance(org.openide.util.Lookup) to pass in a node selection. Do not override this method. 
org.openide.nodes.AbstractNode.setCookieSet(CookieSet)
          just use getCookieSet().add(...) instead 
org.openide.nodes.AbstractNode.setDefaultAction(SystemAction)
          Override AbstractNode.getPreferredAction() instead. 
org.openide.nodes.NodeOp.setDefaultActions(SystemAction[])
          Useless. 
org.openide.nodes.AbstractNode.setIconBase(String)
          Use AbstractNode.setIconBaseWithExtension(java.lang.String) 
 


 

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