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