Uses of Interface
adams.gui.event.TabVisibilityChangeListener
-
Packages that use TabVisibilityChangeListener Package Description adams.gui.core -
-
Uses of TabVisibilityChangeListener in adams.gui.core
Fields in adams.gui.core with type parameters of type TabVisibilityChangeListener Modifier and Type Field Description protected HashSet<TabVisibilityChangeListener>
BaseTabbedPaneWithTabHiding. m_TabVisibilityChangeListeners
the listeners for tab visibility changes.Methods in adams.gui.core with parameters of type TabVisibilityChangeListener Modifier and Type Method Description void
BaseTabbedPaneWithTabHiding. addTabVisibilityChangeListener(TabVisibilityChangeListener l)
Adds a listener for tab visibility.void
BaseTabbedPaneWithTabHiding. remvoeTabVisibilityChangeListener(TabVisibilityChangeListener l)
Removes a listener for tab visibility.
-