Uses of Class
adams.gui.core.BaseButtonWithDropDownMenu
-
Packages that use BaseButtonWithDropDownMenu Package Description adams.gui.core adams.gui.dialog adams.gui.goe adams.gui.tools adams.gui.tools.previewbrowser -
-
Uses of BaseButtonWithDropDownMenu in adams.gui.core
Fields in adams.gui.core declared as BaseButtonWithDropDownMenu Modifier and Type Field Description protected BaseButtonWithDropDownMenu
BaseSplitButton. m_ButtonMenu
the menu button. -
Uses of BaseButtonWithDropDownMenu in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseButtonWithDropDownMenu Modifier and Type Field Description protected BaseButtonWithDropDownMenu
SQLStatementPanel. m_ButtonOptions
the button for the options. -
Uses of BaseButtonWithDropDownMenu in adams.gui.goe
Fields in adams.gui.goe declared as BaseButtonWithDropDownMenu Modifier and Type Field Description protected BaseButtonWithDropDownMenu
GenericArrayEditor. m_ButtonActions
More actions.protected BaseButtonWithDropDownMenu
AbstractBaseDateTypeEditor. m_ButtonTemplates
the template button. -
Uses of BaseButtonWithDropDownMenu in adams.gui.tools
Fields in adams.gui.tools declared as BaseButtonWithDropDownMenu Modifier and Type Field Description protected BaseButtonWithDropDownMenu
FindInFilesPanel. m_ButtonActions
the action button. -
Uses of BaseButtonWithDropDownMenu in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as BaseButtonWithDropDownMenu Modifier and Type Field Description protected BaseButtonWithDropDownMenu
PreviewDisplay. m_ButtonFavorites
the button with the favorites.Methods in adams.gui.tools.previewbrowser with parameters of type BaseButtonWithDropDownMenu Modifier and Type Method Description void
ContentHandlerFavorites. customizeDropDownButton(BaseButtonWithDropDownMenu button, String ext, PreviewDisplay display)
Adds menu items for favorites to the dropdown button.
-