|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cell
Cell is the VisAD interface for computations. It has a set of 'triggering' DataReferences and access to a set of non-triggering DataReferences.
Method Summary | |
---|---|
DataReference |
getOtherReference(int index)
return the non-triggering link to a DataReference identified by index |
void |
setOtherReference(int index,
DataReference ref)
set a non-triggering link to a DataReference; this is used to give the Cell access to Data without triggering the Cell's doAction whenever the Data changes; these 'other' DataReferences are identified by their integer index |
Methods inherited from interface visad.Action |
---|
addReference, getName, removeAllReferences, removeReference |
Methods inherited from interface visad.ThingChangedListener |
---|
thingChanged |
Method Detail |
---|
void setOtherReference(int index, DataReference ref) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
DataReference getOtherReference(int index) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |