|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.beans.AbstractProperty
ucar.unidata.beans.NonVetoableProperty
ucar.unidata.view.sounding.RealReadout.NameProperty
protected class RealReadout.NameProperty
Provides support for name properties.
| Constructor Summary | |
|---|---|
RealReadout.NameProperty()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
String |
getQuantityName()
Returns the name of the quantity. |
void |
setNameUse(int which)
Sets the type of name-use. |
void |
setSpecifiedName(String specifiedName)
Sets the client-supplied name. |
void |
setValue(Real real)
Sets the value of the quantity. |
| Methods inherited from class ucar.unidata.beans.NonVetoableProperty |
|---|
addVetoableChangeListener, isVetoable, removeVetoableChangeListener, setValue, setValueAndNotifyListeners |
| Methods inherited from class ucar.unidata.beans.AbstractProperty |
|---|
addPropertyChangeListener, clearValue, getName, getSourceBean, getValue, isReporting, notifyListeners, removePropertyChangeListener, setCurrentValue, setReporting |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RealReadout.NameProperty()
| Method Detail |
|---|
public void setNameUse(int which)
which - The type of name-use. One of REALTYPE_NAME or
SPECIFIED_NAME.public void setValue(Real real)
real - The value for the quantity.public String getQuantityName()
public void setSpecifiedName(String specifiedName)
specifiedName - The client-supplied name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||