|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeAcceptor | |
org.openide | Jumping-off points for all the rest of the IDE's functionality. |
org.openide.explorer.view | The Explorer is really an abstraction that needs a view to actually display the nodes. |
Uses of NodeAcceptor in org.openide |
Methods in org.openide with parameters of type NodeAcceptor | |
abstract Node[] |
TopManager.NodeOperation.select(String title,
String rootTitle,
Node root,
NodeAcceptor acceptor,
Component top)
Open a modal Explorer on a root node, permitting a node selection to be returned. |
Node[] |
TopManager.NodeOperation.select(String title,
String rootTitle,
Node root,
NodeAcceptor acceptor)
Open a modal Explorer without any extra dialog component. |
Uses of NodeAcceptor in org.openide.explorer.view |
Fields in org.openide.explorer.view declared as NodeAcceptor | |
protected NodeAcceptor |
MenuView.Menu.action
Action listener to attach to all menu items. |
protected NodeAcceptor |
MenuView.MenuItem.action
The action listener to attach to all menu items. |
Constructors in org.openide.explorer.view with parameters of type NodeAcceptor | |
MenuView.Menu(Node node,
NodeAcceptor action)
Constructor that permits specification of the action on the node. |
|
MenuView.Menu(Node node,
NodeAcceptor action,
boolean setName)
Constructor that permits specification of the action on the node, and permits overriding the name and icon of the menu. |
|
MenuView.MenuItem(Node node,
NodeAcceptor l)
Construct item for given node, specifying an action. |
|
MenuView.MenuItem(Node node,
NodeAcceptor l,
boolean setName)
Construct item for given node, specifying the action and whether to create the icon and name automatically. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |