Uses of Interface
adams.gui.core.BaseStatusBar.PopupMenuCustomizer
-
Packages that use BaseStatusBar.PopupMenuCustomizer Package Description adams.gui.core adams.gui.flow -
-
Uses of BaseStatusBar.PopupMenuCustomizer in adams.gui.core
Fields in adams.gui.core declared as BaseStatusBar.PopupMenuCustomizer Modifier and Type Field Description protected BaseStatusBar.PopupMenuCustomizer
BaseStatusBar. m_PopupMenuCustomizer
the popup menu customizer to use.Methods in adams.gui.core that return BaseStatusBar.PopupMenuCustomizer Modifier and Type Method Description BaseStatusBar.PopupMenuCustomizer
BaseStatusBar. getPopupMenuCustomizer()
Returns the current popup customizer in use.Methods in adams.gui.core with parameters of type BaseStatusBar.PopupMenuCustomizer Modifier and Type Method Description void
BaseStatusBar. setPopupMenuCustomizer(BaseStatusBar.PopupMenuCustomizer value)
Sets the popup menu customizer to use. -
Uses of BaseStatusBar.PopupMenuCustomizer in adams.gui.flow
Classes in adams.gui.flow that implement BaseStatusBar.PopupMenuCustomizer Modifier and Type Class Description class
FlowEditorPanel
A panel for setting up, modifying, saving and loading "simple" flows.
-