Uses of Class
adams.gui.event.ActorChangeEvent.Type
-
Packages that use ActorChangeEvent.Type Package Description adams.gui.event -
-
Uses of ActorChangeEvent.Type in adams.gui.event
Fields in adams.gui.event declared as ActorChangeEvent.Type Modifier and Type Field Description protected ActorChangeEvent.Type
ActorChangeEvent. m_Type
the type of event.Methods in adams.gui.event that return ActorChangeEvent.Type Modifier and Type Method Description ActorChangeEvent.Type
ActorChangeEvent. getType()
Returns the type of event.static ActorChangeEvent.Type
ActorChangeEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActorChangeEvent.Type[]
ActorChangeEvent.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 ActorChangeEvent.Type Constructor Description ActorChangeEvent(Tree tree, Node[] nodes, ActorChangeEvent.Type type)
Initializes the event.ActorChangeEvent(Tree tree, Node node, ActorChangeEvent.Type type)
Initializes the event.
-