|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstantMaps
Interface for a collection of adapted ConstantMap-s.
Instances of this interface have the following, bound, JavaBean
properties:
| Name | Type | Access | Default | Description |
|---|---|---|---|---|
| constantMap | ConstantMap |
class-dependent | Fired whenever any ConstantMap changes
|
PropertyChangeEvent-s fired for the
CONSTANT_MAP property have the originating class as the
source and the old and new values set to the appropriate
ConstantMaps.
| Nested Class Summary | |
|---|---|
static interface |
ConstantMaps.Visitor
Interface for visitors to ConstantMaps. |
| Field Summary | |
|---|---|
static String |
CONSTANT_MAP
The name of the ConstantMap "property". |
| Method Summary | |
|---|---|
void |
accept(ConstantMaps.Visitor visitor)
Accepts a ConstantMaps.Visitor to this instance. |
ConstantMap[] |
getConstantMaps()
Returns the ConstantMap(s) of this instance. |
void |
setDisplay(Display display)
Adds the adapted ConstantMap(s) of this instance to a VisAD
display. |
| Methods inherited from interface ucar.visad.display.Propertied |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Field Detail |
|---|
static final String CONSTANT_MAP
ConstantMap "property".
| Method Detail |
|---|
ConstantMap[] getConstantMaps()
ConstantMap(s) of this instance.
ConstantMap(s) of this
instance.
void accept(ConstantMaps.Visitor visitor)
throws VisADException,
RemoteException
ConstantMaps.Visitor to this instance.
visitor - The ConstantMaps.Visitor to accept.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
void setDisplay(Display display)
throws VisADException,
RemoteException
ConstantMap(s) of this instance to a VisAD
display. This method should only be invoked by a DisplayAdapter.
display - The VisAD display.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||