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

Uses of Class org.openide.explorer.ExplorerManager (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.explorer.ExplorerManager

Packages that use ExplorerManager
org.openide.explorer Many different UI components of the IDE are actually Explorer views of nodes. 
org.openide.explorer.view The Explorer is really an abstraction that needs a view to actually display the nodes. 
 

Uses of ExplorerManager in org.openide.explorer
 

Methods in org.openide.explorer that return ExplorerManager
static ExplorerManager ExplorerManager.find(Component comp)
          Finds the proper Explorer manager for a given component.
 ExplorerManager ExplorerManager.Provider.getExplorerManager()
          Get the explorer manager.
 

Methods in org.openide.explorer with parameters of type ExplorerManager
static Action ExplorerUtils.actionCopy(ExplorerManager em)
          Creates copy action
static Action ExplorerUtils.actionCut(ExplorerManager em)
          Creates cut action
static Action ExplorerUtils.actionDelete(ExplorerManager em, boolean confirm)
          Creates delete action
static Action ExplorerUtils.actionPaste(ExplorerManager em)
          Creates paste action
static void ExplorerUtils.activateActions(ExplorerManager em, boolean enable)
          Activates or deactivates updates of actions for given ExplorerManager.
static Lookup ExplorerUtils.createLookup(ExplorerManager em, ActionMap map)
          Creates new lookup containing selected nodes and their lookups.
 

Uses of ExplorerManager in org.openide.explorer.view
 

Methods in org.openide.explorer.view with parameters of type ExplorerManager
protected abstract  void TreeView.selectionChanged(Node[] nodes, ExplorerManager em)
          Called to allow subclasses to define the behaviour when a node(s) are selected in the tree.
protected  void ListView.selectionChanged(Node[] nodes, ExplorerManager em)
          Called when the list changed selection and the explorer manager should be updated.
protected  void ContextTreeView.selectionChanged(Node[] nodes, ExplorerManager man)
           
protected  void BeanTreeView.selectionChanged(Node[] nodes, ExplorerManager em)
           
 


 

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