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 StringActorReferenceHandlerHelper. checkActorReferenceHandlers(ActorReferenceHandler handler)Checks whether there are any other actors preceding this actor that implement theActorReferenceHandlerinterface, but aren't allowed.ActorCallableActorHelper. findCallableActor(ActorReferenceHandler handler, CallableActorReference name)Checks a reference handler's children whether they contain the callable actor that we're looking for.protected voidCallableActorHelper. 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 classAbstractMultiViewAncestor for graphical actors that display multiple views.classCallableActorsContainer for actors that need to be accessed via their name.classGridViewDisplays multiple graphical actors in a grid.classTabViewDisplays multiple graphical actors in a tabbed pane.
-