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_TabVisibilityChangeListenersthe listeners for tab visibility changes.Methods in adams.gui.core with parameters of type TabVisibilityChangeListener Modifier and Type Method Description voidBaseTabbedPaneWithTabHiding. addTabVisibilityChangeListener(TabVisibilityChangeListener l)Adds a listener for tab visibility.voidBaseTabbedPaneWithTabHiding. remvoeTabVisibilityChangeListener(TabVisibilityChangeListener l)Removes a listener for tab visibility.
-