public class NodePopupFactory extends Object
Constructor | Description |
---|---|
NodePopupFactory() |
Creates a new instance of NodePopupFactory
|
Modifier and Type | Method | Description |
---|---|---|
JPopupMenu |
createPopupMenu(int row,
int column,
org.openide.nodes.Node[] selectedNodes,
Component component) |
Creates a popup menu with entries from the selected nodes
related to the given component (usually a ETable subclass).
|
void |
setShowQuickFilter(boolean show) |
public NodePopupFactory()
public JPopupMenu createPopupMenu(int row, int column, org.openide.nodes.Node[] selectedNodes, Component component)
public void setShowQuickFilter(boolean show)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.