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 and 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 and 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 Lookup |
ExplorerUtils.createLookup(ExplorerManager em,
ActionMap map)
Creates new lookup containing selected nodes and their lookups.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TreeView.Node[] nodes,
ExplorerManager em)
Called to allow subclasses to define the behaviour when a
node(s) are selected in the tree.
|
protected void |
ListView.Node[] nodes,
ExplorerManager em)
Called when the list changed selection and the explorer manager
should be updated.
|
protected void |
ContextTreeView.Node[] nodes,
ExplorerManager man) |
protected void |
BeanTreeView.Node[] nodes,
ExplorerManager em) |