Uses of Class
adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
-
Packages that use AbstractMultiPageMenuItem Package Description adams.gui.flow adams.gui.flow.multipageaction -
-
Uses of AbstractMultiPageMenuItem in adams.gui.flow
Fields in adams.gui.flow with type parameters of type AbstractMultiPageMenuItem Modifier and Type Field Description protected List<AbstractMultiPageMenuItem>
FlowMultiPagePane. m_MenuItems
the menu items. -
Uses of AbstractMultiPageMenuItem in adams.gui.flow.multipageaction
Subclasses of AbstractMultiPageMenuItem in adams.gui.flow.multipageaction Modifier and Type Class Description class
CleanUp
Cleans up.class
CompareFlows
Lets the user compare two flows.class
CopyFilename
Copies the filename to the clipboard.class
OpenContainingFolder
Opens the folder in the system's file browser that this flow is stored in.class
RenameFlow
Lets the user rename the flow (if saved).class
Revert
Reloads the flow from disk.class
Windows
Displays the currently active windows.Methods in adams.gui.flow.multipageaction with parameters of type AbstractMultiPageMenuItem Modifier and Type Method Description int
AbstractMultiPageMenuItem. compareTo(AbstractMultiPageMenuItem o)
Returns a comparison based on the name of the menu items.
-