Uses of Class
adams.gui.event.SortSetupEvent.EventType
-
Packages that use SortSetupEvent.EventType Package Description adams.gui.event -
-
Uses of SortSetupEvent.EventType in adams.gui.event
Fields in adams.gui.event declared as SortSetupEvent.EventType Modifier and Type Field Description protected SortSetupEvent.EventType
SortSetupEvent. m_Type
what type of event occurred.Methods in adams.gui.event that return SortSetupEvent.EventType Modifier and Type Method Description SortSetupEvent.EventType
SortSetupEvent. getType()
Returns the event type.static SortSetupEvent.EventType
SortSetupEvent.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortSetupEvent.EventType[]
SortSetupEvent.EventType. 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 SortSetupEvent.EventType Constructor Description SortSetupEvent(SortPanel source, SortDefinitionPanel definition, SortSetupEvent.EventType type)
Initializes the event.
-