Uses of Interface
adams.gui.core.AbstractNamedHistoryPanel.PopupCustomizer
-
Packages that use AbstractNamedHistoryPanel.PopupCustomizer Package Description adams.gui.core -
-
Uses of AbstractNamedHistoryPanel.PopupCustomizer in adams.gui.core
Fields in adams.gui.core declared as AbstractNamedHistoryPanel.PopupCustomizer Modifier and Type Field Description protected AbstractNamedHistoryPanel.PopupCustomizer
AbstractNamedHistoryPanel. m_PopupCustomizer
an optional customizer for the popup on the JList.Methods in adams.gui.core that return AbstractNamedHistoryPanel.PopupCustomizer Modifier and Type Method Description AbstractNamedHistoryPanel.PopupCustomizer
AbstractNamedHistoryPanel. getPopupCustomizer()
Returns the currently set popup customizer.Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel.PopupCustomizer Modifier and Type Method Description void
AbstractNamedHistoryPanel. setPopupCustomizer(AbstractNamedHistoryPanel.PopupCustomizer value)
Sets the popup customizer to use.
-