public static class TreeManager.Menu extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
TreeManager.Menu.DataPanelAL |
| Modifier and Type | Field and Description |
|---|---|
protected GridBagConstraints |
gbc |
protected ArrayList<JMenuItem> |
items |
protected JComponent |
menu |
protected TreeManager |
treeman |
| Constructor and Description |
|---|
Menu(TreeManager treeman,
JComponent menu) |
Menu(TreeManager treeman,
JComponent menu,
int column) |
| Modifier and Type | Method and Description |
|---|---|
protected JMenuItem |
addMenuItem(JMenuItem item,
ActionListener l) |
protected JMenuItem |
addMenuItem(String name,
ActionListener l) |
protected void |
addSeparator() |
void |
checkSupport() |
protected final TreeManager treeman
protected final GridBagConstraints gbc
protected final JComponent menu
public Menu(TreeManager treeman, JComponent menu)
public Menu(TreeManager treeman, JComponent menu, int column)
protected final JMenuItem addMenuItem(JMenuItem item, ActionListener l)
protected final JMenuItem addMenuItem(String name, ActionListener l)
protected void addSeparator()
public void checkSupport()
Copyright © 2023. All rights reserved.