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 BaseMenuBaseMenu. createCascadingMenu(List<JMenuItem> menuitems, int max, String more)Creates a cascading menu that has at most "max entries".static BaseMenuBaseMenu. createCascadingMenu(JMenuItem[] menuitems, int max, String more)Creates a cascading menu that has at most "max entries".BaseMenuBaseTabbedPane. 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 BaseMenuAbstractAddMostCommonActorAction. 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 voidEncloseActorCompact. 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 BaseMenuRemoteControlCenterPanel. m_MenuTabNewTabthe 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 BaseMenuInvestigatorPanel. m_MenuFileSourcesthe submenu for a sources.protected BaseMenuInvestigatorPanel. m_MenuTabNewTabthe submenu for a new tab.
-