Uses of Class
adams.gui.core.BaseMenu
-
Packages that use BaseMenu Package Description adams.gui.core adams.gui.flow.tree.menu adams.gui.tools.remotecontrolcenter adams.gui.tools.wekainvestigator -
-
Uses of BaseMenu in adams.gui.core
Methods in adams.gui.core that return BaseMenu Modifier and Type Method Description static BaseMenu
BaseMenu. createCascadingMenu(List<JMenuItem> menuitems, int max, String more)
Creates a cascading menu that has at most "max entries".static BaseMenu
BaseMenu. createCascadingMenu(JMenuItem[] menuitems, int max, String more)
Creates a cascading menu that has at most "max entries".BaseMenu
BaseTabbedPane. getTabMoveSubMenu(int index)
Generates the submenu for moving tabs. -
Uses of BaseMenu in adams.gui.flow.tree.menu
Methods in adams.gui.flow.tree.menu that return BaseMenu Modifier and Type Method Description protected BaseMenu
AbstractAddMostCommonActorAction. finalizeMenu(List<JMenuItem> menuitems)
Finalizes the menu.Methods in adams.gui.flow.tree.menu with parameters of type BaseMenu Modifier and Type Method Description protected void
EncloseActorCompact. addToMenu(BaseMenu menu, String title, List<JMenuItem> menuitems)
Adds the menuitems to the menu. -
Uses of BaseMenu in adams.gui.tools.remotecontrolcenter
Fields in adams.gui.tools.remotecontrolcenter declared as BaseMenu Modifier and Type Field Description protected BaseMenu
RemoteControlCenterPanel. m_MenuTabNewTab
the submenu for a new tab. -
Uses of BaseMenu in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as BaseMenu Modifier and Type Field Description protected BaseMenu
InvestigatorPanel. m_MenuFileSources
the submenu for a sources.protected BaseMenu
InvestigatorPanel. m_MenuTabNewTab
the submenu for a new tab.
-