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