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.PopupMenuCustomizerBaseStatusBar. m_PopupMenuCustomizerthe popup menu customizer to use.Methods in adams.gui.core that return BaseStatusBar.PopupMenuCustomizer Modifier and Type Method Description BaseStatusBar.PopupMenuCustomizerBaseStatusBar. getPopupMenuCustomizer()Returns the current popup customizer in use.Methods in adams.gui.core with parameters of type BaseStatusBar.PopupMenuCustomizer Modifier and Type Method Description voidBaseStatusBar. 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 classFlowEditorPanelA panel for setting up, modifying, saving and loading "simple" flows.
-