visad.ss
Class SSCellImpl
- java.lang.Object
-
- visad.ActionImpl
-
- visad.CellImpl
-
- visad.ss.SSCellImpl
-
- All Implemented Interfaces:
- java.lang.Runnable, java.util.EventListener, Action, Cell, ThingChangedListener
public class SSCellImpl extends CellImpl
A VisAD Cell which updates an SSCell when one of its Data objects change.
-
-
Field Summary
Fields Modifier and Type Field and Description static RealFALSEVisAD Data object representing boolean false.static RealTRUEVisAD Data object representing boolean true.-
Fields inherited from class visad.ActionImpl
TRACE_STACK, TRACE_TIME
-
-
Constructor Summary
Constructors Constructor and Description SSCellImpl(SSCellData cellData, DataReferenceImpl ref, java.lang.String varName, boolean checkErrors)Constructs an SSCellImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddoAction()Invoked when linked data changes.booleanisInited()Returns whether this cell has finished initializing.-
Methods inherited from class visad.CellImpl
getOtherReference, setOtherReference
-
Methods inherited from class visad.ActionImpl
addReference, checkTicks, disableAction, enableAction, findReference, getCurrentActionThread, getLinks, getName, getTaskCount, printPool, removeAllReferences, removeReference, run, setEnabled, setName, setThreadPoolMaximum, stop, stopThreadPool, thingChanged, waitForTasks
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface visad.Action
addReference, getName, removeAllReferences, removeReference
-
Methods inherited from interface visad.ThingChangedListener
thingChanged
-
-
-
-
Field Detail
-
TRUE
public static final Real TRUE
VisAD Data object representing boolean true.
-
FALSE
public static final Real FALSE
VisAD Data object representing boolean false.
-
-
Constructor Detail
-
SSCellImpl
public SSCellImpl(SSCellData cellData, DataReferenceImpl ref, java.lang.String varName, boolean checkErrors) throws VisADException, java.rmi.RemoteException
Constructs an SSCellImpl.- Throws:
VisADExceptionjava.rmi.RemoteException
-
-
DMelt 3.0 © DataMelt by jWork.ORG