Interface | Description |
---|---|
Action |
The Action interface defines the general contract for classes that will be
executed by an ActionQueue in a background Thread.
|
ActionCondition |
The ActionCondition interface defines the general contract for classes that
represent specific types of conditions wrapping action definitions in an
XML list of actions.
|
ActionQueueListener |
The interface that allows clients to observe events on an ActionQueue.
|
Substitutor |
Copyright (c) 2002, 2008, Oracle.
|
Class | Description |
---|---|
AbstractAction |
AbstractAction provides a default implementation for the Action interface.
|
AbstractActionCondition |
A convenience class that adds operation validity check support and basic
implementation for all the get and set methods in the interface.
|
ActionConditionProcessor |
A convenience class that evaluates ActionConditions.
|
ActionQueue |
The ActionQueue class allows clients to queue a list of Action instances
for execution in a background thread.
|
ActionQueueCreator |
Copyright (c) 2002, 2008, Oracle.
|
ActionTimeout |
The ActionTimeout class waits for a specified period of time
and then invokes the
stop method on a given Action. |
ListAction |
A ListAction executes a set of Actions.
|
NumberActionCondition |
An ActionCondition type that operates on doubles.
|
StringActionCondition |
An ActionCondition type that operates on Strings.
|
VersionActionCondition |
An ActionCondition type that operates on doubles.
|
Exception | Description |
---|---|
ActionFailedException |
The exception raised when an Action could not be performed or
failed while being executed by an ActionQueue.
|
ActionProcessingException |
Copyright (c) 2002, 2008, Oracle.
|
Copyright © 2023. All rights reserved.