|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
visad | The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. |
visad.formula | Provides an interface for automatically evaluating formulas based on user-defined operators and functions. |
visad.java2d | Provides support for two-dimensional VisAD Displays using Java2D. |
visad.java3d | Provides support for two- and three-dimensional VisAD Displays using Java3D. |
visad.ss | Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. |
Uses of Action in visad |
---|
Subinterfaces of Action in visad | |
---|---|
interface |
Cell
Cell is the VisAD interface for computations. |
interface |
Display
Display is the VisAD interface for displays. |
interface |
LocalDisplay
LocalDisplay is the VisAD interface for local instances of displays. |
interface |
RemoteAction
RemoteAction is the interface for Remote Action-s. |
interface |
RemoteCell
RemoteCell is the interface for Remote Cell-s. |
interface |
RemoteDisplay
RemoteDisplay is the interface for Remote Display-s. |
Classes in visad that implement Action | |
---|---|
class |
ActionImpl
ActionImpl is the abstract superclass for runnable threads that need to be notified when ThingReference objects change. |
class |
CellImpl
CellImpl is the abstract superclass for computations. |
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display implementations. |
class |
RemoteActionImpl
RemoteActionImpl is the VisAD remote adapter for ActionImpl. |
class |
RemoteCellImpl
RemoteCellImpl is the VisAD class for remote access to Cell-s. |
class |
RemoteDisplayImpl
RemoteDisplayImpl is the VisAD class for remote access to Display-s. |
Methods in visad that return Action | |
---|---|
Action |
ReferenceActionLink.getAction()
|
Methods in visad with parameters of type Action | |
---|---|
ThingChangedEvent |
ThingReferenceImpl.acknowledgeThingChanged(Action a)
|
ThingChangedEvent |
ThingReference.acknowledgeThingChanged(Action a)
|
ThingChangedEvent |
RemoteThingReferenceImpl.acknowledgeThingChanged(Action a)
Action must be RemoteAction |
visad.ThingChangedLink |
ThingReferenceImpl.findThingChangedLink(Action a)
find ThingChangedLink with action |
ThingChangedEvent |
ThingReferenceImpl.peekThingChanged(Action a)
|
ThingChangedEvent |
ThingReference.peekThingChanged(Action a)
|
ThingChangedEvent |
RemoteThingReferenceImpl.peekThingChanged(Action a)
Action must be RemoteAction |
Constructors in visad with parameters of type Action | |
---|---|
ReferenceActionLink(ThingReference r,
ActionImpl local_a,
Action a,
long jd)
|
Uses of Action in visad.formula |
---|
Classes in visad.formula that implement Action | |
---|---|
class |
FormulaVar
Represents a variable. |
Uses of Action in visad.java2d |
---|
Classes in visad.java2d that implement Action | |
---|---|
class |
DisplayImplJ2D
DisplayImplJ2D is the VisAD class for displays that use Java 3D. |
Uses of Action in visad.java3d |
---|
Classes in visad.java3d that implement Action | |
---|---|
class |
DisplayImplJ3D
DisplayImplJ3D is the VisAD class for displays that use Java 3D. |
Uses of Action in visad.ss |
---|
Classes in visad.ss that implement Action | |
---|---|
class |
SSCellImpl
A VisAD Cell which updates an SSCell when one of its Data objects change. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |