Uses of Interface
adams.gui.chooser.AbstractChooserPanel.PopupMenuCustomizer
-
Packages that use AbstractChooserPanel.PopupMenuCustomizer Package Description adams.gui.chooser -
-
Uses of AbstractChooserPanel.PopupMenuCustomizer in adams.gui.chooser
Fields in adams.gui.chooser declared as AbstractChooserPanel.PopupMenuCustomizer Modifier and Type Field Description protected AbstractChooserPanel.PopupMenuCustomizer
AbstractChooserPanel. m_PopupMenuCustomizer
optional customizer of the popup.Methods in adams.gui.chooser that return AbstractChooserPanel.PopupMenuCustomizer Modifier and Type Method Description AbstractChooserPanel.PopupMenuCustomizer
AbstractChooserPanel. getPopupMenuCustomizer()
Returns the currently set customizer.Methods in adams.gui.chooser with parameters of type AbstractChooserPanel.PopupMenuCustomizer Modifier and Type Method Description void
AbstractChooserPanel. setPopupMenuCustomizer(AbstractChooserPanel.PopupMenuCustomizer value)
Sets the customizer.
-