Uses of Interface
adams.gui.core.MultiPagePane.ToolTipCustomizer
-
Packages that use MultiPagePane.ToolTipCustomizer Package Description adams.gui.core -
-
Uses of MultiPagePane.ToolTipCustomizer in adams.gui.core
Fields in adams.gui.core declared as MultiPagePane.ToolTipCustomizer Modifier and Type Field Description protected MultiPagePane.ToolTipCustomizer
MultiPagePane. m_ToolTipCustomizer
an optional customizer for the tooltips of the JList.Methods in adams.gui.core that return MultiPagePane.ToolTipCustomizer Modifier and Type Method Description MultiPagePane.ToolTipCustomizer
MultiPagePane. getToolTipCustomizer()
Returns the currently set tool tip customizer.Methods in adams.gui.core with parameters of type MultiPagePane.ToolTipCustomizer Modifier and Type Method Description void
MultiPagePane. setToolTipCustomizer(MultiPagePane.ToolTipCustomizer value)
Sets the tool tip customizer to use.
-