Package | Description |
---|---|
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 |
---|---|
NodePopupFactory |
TableView.getNodePopupFactory()
Getter for the current popup customizer factory.
|
NodePopupFactory |
OutlineView.getNodePopupFactory()
Getter for the current popup customizer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
TableView.setNodePopupFactory(NodePopupFactory newFactory)
Allows customization of the popup menus.
|
void |
OutlineView.setNodePopupFactory(NodePopupFactory newFactory)
Allows customization of the popup menus.
|