Uses of Interface
adams.flow.core.ActorReferenceHandler
-
Packages that use ActorReferenceHandler Package Description adams.flow.core adams.flow.standalone -
-
Uses of ActorReferenceHandler in adams.flow.core
Methods in adams.flow.core with parameters of type ActorReferenceHandler Modifier and Type Method Description static String
ActorReferenceHandlerHelper. checkActorReferenceHandlers(ActorReferenceHandler handler)
Checks whether there are any other actors preceding this actor that implement theActorReferenceHandler
interface, but aren't allowed.Actor
CallableActorHelper. findCallableActor(ActorReferenceHandler handler, CallableActorReference name)
Checks a reference handler's children whether they contain the callable actor that we're looking for.protected void
CallableActorHelper. findCallableActors(ActorReferenceHandler handler, List<Actor> collected)
Locates callable actors. -
Uses of ActorReferenceHandler in adams.flow.standalone
Classes in adams.flow.standalone that implement ActorReferenceHandler Modifier and Type Class Description class
AbstractMultiView
Ancestor for graphical actors that display multiple views.class
CallableActors
Container for actors that need to be accessed via their name.class
GridView
Displays multiple graphical actors in a grid.class
TabView
Displays multiple graphical actors in a tabbed pane.
-