|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.esrf.tangoatk.core.Property
fr.esrf.tangoatk.core.FormatProperty
public class FormatProperty
| Field Summary |
|---|
| Fields inherited from class fr.esrf.tangoatk.core.Property |
|---|
editable, name, oldValue, parent, propChanges, specified, value |
| Constructor Summary | |
|---|---|
FormatProperty(IAttribute parent,
java.lang.String name,
fr.esrf.Tango.AttrDataFormat value,
boolean editable)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPresentation()
getPresentation returns a nicely formated
String representation of this property. |
java.lang.String |
getVersion()
|
void |
setValueFromString(java.lang.String stringValue)
Transforms a String into the right corresponding Object to set the value of the Property |
| Methods inherited from class fr.esrf.tangoatk.core.Property |
|---|
addPresentationListener, getIntValue, getName, getStringValue, getValue, isEditable, isSpecified, refresh, removePresentationListener, setName, setSpecified, setValue, store, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormatProperty(IAttribute parent,
java.lang.String name,
fr.esrf.Tango.AttrDataFormat value,
boolean editable)
| Method Detail |
|---|
public java.lang.String getPresentation()
PropertygetPresentation returns a nicely formated
String representation of this property. To be used by
the widgets that show the value of this property.
getPresentation in class PropertyString valuepublic java.lang.String getVersion()
getVersion in class Propertypublic void setValueFromString(java.lang.String stringValue)
Property
setValueFromString in class PropertystringValue - The String to transform. This String should look like what
getPresentation() can returnProperty.setValue(Object),
Property.getPresentation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||