Uses of Class
adams.gui.event.TabVisibilityChangeEvent
-
Packages that use TabVisibilityChangeEvent Package Description adams.gui.core adams.gui.event -
-
Uses of TabVisibilityChangeEvent in adams.gui.core
Methods in adams.gui.core with parameters of type TabVisibilityChangeEvent Modifier and Type Method Description protected void
BaseTabbedPaneWithTabHiding. notifyTabVisibiltiyChangeListeners(TabVisibilityChangeEvent e)
Notifies all tab visibility listeners about the specified event. -
Uses of TabVisibilityChangeEvent in adams.gui.event
Methods in adams.gui.event with parameters of type TabVisibilityChangeEvent Modifier and Type Method Description void
TabVisibilityChangeListener. tabVisibilityChanged(TabVisibilityChangeEvent e)
Gets called when a tab changes visibility.
-