| 
 | org.openide.explorer 6.5.22 1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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) | 
| 
 | org.openide.explorer 6.5.22 1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||