Uses of Class
adams.gui.event.TabVisibilityChangeEvent.Type
-
Packages that use TabVisibilityChangeEvent.Type Package Description adams.gui.event -
-
Uses of TabVisibilityChangeEvent.Type in adams.gui.event
Fields in adams.gui.event declared as TabVisibilityChangeEvent.Type Modifier and Type Field Description protected TabVisibilityChangeEvent.Type
TabVisibilityChangeEvent. m_Type
the type of event.Methods in adams.gui.event that return TabVisibilityChangeEvent.Type Modifier and Type Method Description TabVisibilityChangeEvent.Type
TabVisibilityChangeEvent. getType()
Returns the type of event.static TabVisibilityChangeEvent.Type
TabVisibilityChangeEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TabVisibilityChangeEvent.Type[]
TabVisibilityChangeEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.event with parameters of type TabVisibilityChangeEvent.Type Constructor Description TabVisibilityChangeEvent(BaseTabbedPaneWithTabHiding source, TabVisibilityChangeEvent.Type type, Component component)
Initializes the event.
-