Package | Description |
---|---|
org.openide.explorer |
Many different UI components in NetBeans 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.
|
Modifier and Type | Method | Description |
---|---|---|
ExplorerManager |
ExplorerManager.clone() |
Clones the manager.
|
static ExplorerManager |
ExplorerManager.find(Component comp) |
Finds the proper Explorer manager for a given component.
|
ExplorerManager |
ExplorerManager.Provider.getExplorerManager() |
Get the explorer manager.
|
Modifier and Type | Method | Description |
---|---|---|
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 org.openide.util.Lookup |
ExplorerUtils.createLookup(ExplorerManager em,
ActionMap map) |
Creates new lookup containing selected nodes and their lookups.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
BeanTreeView.selectionChanged(org.openide.nodes.Node[] nodes,
ExplorerManager em) |
|
protected void |
ContextTreeView.selectionChanged(org.openide.nodes.Node[] nodes,
ExplorerManager man) |
|
protected void |
ListView.selectionChanged(org.openide.nodes.Node[] nodes,
ExplorerManager em) |
Called when the list changed selection and the explorer manager
should be updated.
|
protected abstract void |
TreeView.selectionChanged(org.openide.nodes.Node[] nodes,
ExplorerManager em) |
Called to allow subclasses to define the behaviour when a
node(s) are selected in the tree.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.