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.ToolTipCustomizerMultiPagePane. m_ToolTipCustomizeran optional customizer for the tooltips of the JList.Methods in adams.gui.core that return MultiPagePane.ToolTipCustomizer Modifier and Type Method Description MultiPagePane.ToolTipCustomizerMultiPagePane. getToolTipCustomizer()Returns the currently set tool tip customizer.Methods in adams.gui.core with parameters of type MultiPagePane.ToolTipCustomizer Modifier and Type Method Description voidMultiPagePane. setToolTipCustomizer(MultiPagePane.ToolTipCustomizer value)Sets the tool tip customizer to use.
-