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)
          Find the proper Explorer manager for a given component.
 ExplorerManager ExplorerManager.Provider.getExplorerManager()
          Get the explorer manager.
 ExplorerManager ExplorerPanel.getExplorerManager()
           
 

Methods in org.openide.explorer with parameters of type ExplorerManager
 void ExplorerActions.attach(ExplorerManager m)
          Attach to new manager.
 

Constructors in org.openide.explorer with parameters of type ExplorerManager
ExplorerPanel(ExplorerManager manager)
          Initialize the explorer panel with the provided manager.
 

Uses of ExplorerManager in org.openide.explorer.view
 

Methods in org.openide.explorer.view with parameters of type ExplorerManager
protected  void ListView.selectionChanged(Node[] nodes, ExplorerManager em)
          Called when the list changed selection and the explorer manager should be updated.
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 ContextTreeView.selectionChanged(Node[] nodes, ExplorerManager man)
           
protected  void BeanTreeView.selectionChanged(Node[] nodes, ExplorerManager em)
           
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.