Uses of Class
adams.flow.core.EventReference
-
Packages that use EventReference Package Description adams.flow.core adams.flow.processor adams.gui.goe -
-
Uses of EventReference in adams.flow.core
Subclasses of EventReference in adams.flow.core Modifier and Type Class Description class
TriggerableEventReference
Wrapper around the name of a triggerable event (= string).Methods in adams.flow.core with parameters of type EventReference Modifier and Type Method Description Actor
EventHelper. findEvent(ActorHandler group, EventReference name)
Checks a control actor's children whether they contain the event that we're looking for.Actor
EventHelper. findEvent(Actor root, EventReference name)
Tries to find the event referenced by its global name.Actor
EventHelper. findEventRecursive(Actor actor, EventReference name)
Tries to find the referenced event. -
Uses of EventReference in adams.flow.processor
Methods in adams.flow.processor that return EventReference Modifier and Type Method Description protected EventReference
UpdateEventName. getReplacement(EventReference old, String newName)
Returns the replacement object.Methods in adams.flow.processor with parameters of type EventReference Modifier and Type Method Description protected EventReference
UpdateEventName. getReplacement(EventReference old, String newName)
Returns the replacement object.protected boolean
UpdateEventName. isNameMatch(EventReference old, String oldName)
Checks whether the located object matches the old name that requires replacement. -
Uses of EventReference in adams.gui.goe
Methods in adams.gui.goe that return EventReference Modifier and Type Method Description protected EventReference
EventReferenceEditor. parse(String s)
Parses the given string and returns the generated object.
-