| Actor |
Interface for actors.
|
| ActorComparator |
Interface for comparators designed to compare actors.
|
| ActorHandler |
For actors that handle "sub-actors".
|
| ActorReferenceHandler |
Interface for actors that manage callable actors.
|
| ActorWithConditionalEquivalent |
|
| ActorWithTimedEquivalent |
Actors that have a timed equivalent, i.e., one that implements
TimedActor.
|
| AdditionalOptionsHandler |
Interface for scripting actors that need to set additional options.
|
| ArrayProvider |
For actors that can output the items either as an array or one-by-one.
|
| AutogeneratedActor |
Indicator interface for actors that have been automatically generated.
|
| AutomatableInteraction |
For classes that can be switched from interactive to automated.
|
| AutomatableInteractiveActor |
Interface for actors that interact with the user, but can also be automated,
e.g., for testing purposes.
|
| AutoStartSupporter |
Interface for actors that support "auto-start" functionality.
|
| CallableActorUser |
Interface for actors that use/handle a callable actor.
|
| ClearableDisplay |
Interface for displays that support clearing what is displayed.
|
| ConnectionHandler |
For actors that handle "sub-actors" that are connected.
|
| ControlActor |
Indicator interface for control actors.
|
| DaemonEvent |
Indicator interface for events that run in the background and will get
executed when the Events actor gets executed.
|
| DataInfoActor |
Indicator interface for actors that produce information on data structures.
|
| DataPlotUpdater<P extends DataContainerPanel,C> |
Interface for classes that determine when to update the data container panel,
i.e., repaint all of it.
|
| DataPlotUpdaterHandler<T extends AbstractDataPlotUpdater> |
Interface for plots that support updating.
|
| DataPlotUpdaterSupporter<T extends AbstractDataPlotUpdater> |
Interface for plots that support updating.
|
| DisplayTypeSupporter |
Interface for actors that allow how their graphical output is being displayed.
|
| DryRunSupporter |
Interface for actors that support dry runs.
|
| DynamicInitializer |
Interface for actors that can be initialized at runtime and files may not
be present at startup time.
|
| DynamicModelLoaderSupporter |
Interface for classes that support model loading.
|
| ErrorHandler |
Interface for classes that handle errors in the flow.
|
| ErrorScopeRestrictor |
Interface for actors that restrict the error scope.
|
| Event |
Indicator interface for actors that can be used with the Events standalone.
|
| ExternalActorFileHandler |
Interface for actors that manage an actor loaded from an external file.
|
| ExternalActorHandler |
Interface for actors that wrap an actor loaded from an external file.
|
| FixedNameActorHandler |
Interface for actor handlers that use fixed names for their sub-actors,
e.g., IfThenElse.
|
| FlowContextHandler |
For classes that need a flow context.
|
| FlowControlButtonsSupporter |
Interfaces for actors that can display flow control button(s).
|
| FlowControlSubMenuSupporter |
Interfaces for actors that can display a flow control sub-menu.
|
| Flushable |
Interface for actors that can be flushed, i.e., the execution stopped
without actually stopping the actor.
|
| FlushSupporter |
Interface for actors that can be flushed.
|
| HeadlessExecutionSupporter |
Interface for actors that indicate whether they support headless execution.
|
| InactiveActor |
Indicator interface for actors that have been "put to sleep".
|
| InputConsumer |
Interface for flow actors that can process input tokens.
|
| InteractionDisplayLocationSupporter |
Interface for classes that allow the user to choose where to display their interaction.
|
| InteractiveActor |
Interface for actors that interact with the user.
|
| InteractiveActorWithCustomParentComponent |
Interface for interactive actors that allow the selection of a custom
parent component using a callable actor; instead of just using the
outer dialog/frame.
|
| InternalActorHandler |
Interface for actors that wrap an internal actor.
|
| KeyManagerFactoryProvider |
|
| LazySetupSupporter |
Interface for actors that optionally perform a Actor.setUp()
call first time they get executed.
|
| ModelLoaderSupporter |
Interface for classes that support model loading.
|
| MutableActorHandler |
Interface for actors that allow to add/remove sub-actors as well.
|
| OptionalCallableActor |
Interface for actors that have an optional callable actor.
|
| OptionalModelResetWithVariable |
Interface for flow components that allow (optionally)
a model to be reset via a monitored variable.
|
| OptionalOneTimeInitializer |
Interface for actors that can be fixed to be only initialized once.
|
| OptionalPasswordPrompt |
Interface for actors that prompt the user to enter a password in case
no password currently provided.
|
| OptionalStopRestrictor |
Interface for stop restrictors that can turn on/off stop restrictions.
|
| OutputProducer |
Interface for flow actors that generate output.
|
| PauseStateHandler |
Interface for actors that manage the pause state in some sense.
|
| PropertiesUpdater |
Interface for actors that update one or more properties of a Java object
using variables.
|
| RemoteExecutionHandler |
Interface for actors that manage remote execution.
|
| RestorableActor |
Interface for actors that can save their state to disk and restore it again
next time they are run.
|
| SortableActorHandler |
Interface for actor handlers that can sort their child actors.
|
| SSLContextProvider |
Interface for actors that provide access to an instance of SSLContext.
|
| StopModeSupporter |
Interface for actors that support a specific stop mode.
|
| StopRestrictor |
Interface for actors that can limit the scope of the
Stop control actor or other actors
that can stop the execution.
|
| SubFlowWrapUp |
Interface for actors that can wrap-up (i.e., save memory) their sub-actors
and, if need be, re-initialize again.
|
| TimedActor |
Interface for actors that time their execution and send the timing data
to a callable actor.
|
| TokenEventHandler |
|
| TriggerableEvent |
Indicator interface for events that can be triggered with the TriggerEvent
actor.
|
| TrustManagerFactoryProvider |
|
| VariableMonitor |
Interface for classes that monitor a variable for changes.
|
| WeakExternalActor |
Indicator interface for weak external actor handlers, which are only used
at design time and deactivated at runtime.
|