Uses of Class
adams.gui.flow.menu.AbstractFlowEditorMenuItem
-
Packages that use AbstractFlowEditorMenuItem Package Description adams.gui.flow adams.gui.flow.menu -
-
Uses of AbstractFlowEditorMenuItem in adams.gui.flow
Fields in adams.gui.flow with type parameters of type AbstractFlowEditorMenuItem Modifier and Type Field Description protected List<AbstractFlowEditorMenuItem>FlowEditorPanel. m_AdditionalMenuItemsadditional menu items. -
Uses of AbstractFlowEditorMenuItem in adams.gui.flow.menu
Subclasses of AbstractFlowEditorMenuItem in adams.gui.flow.menu Modifier and Type Class Description classShowTriggersShows a dialog that lists all currently active triggers.Methods in adams.gui.flow.menu with parameters of type AbstractFlowEditorMenuItem Modifier and Type Method Description intAbstractFlowEditorMenuItem. compareTo(AbstractFlowEditorMenuItem o)Compares this object with the specified object for order.protected StringAbstractFlowEditorMenuItem. determineCaption(AbstractFlowEditorMenuItem item)Determines the caption of the menu item.
-