public class NodePopupFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
NodePopupFactory() |
Creates a new instance of NodePopupFactory
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.JPopupMenu |
createPopupMenu(int row,
int column,
org.openide.nodes.Node[] selectedNodes,
java.awt.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 javax.swing.JPopupMenu createPopupMenu(int row,
int column,
org.openide.nodes.Node[] selectedNodes,
java.awt.Component component)
public void setShowQuickFilter(boolean show)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.