|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jflux.api.common.rk.property.PropertyChangeNotifier
org.mechio.api.motion.JointProperty.ReadOnly<T>
T - Value Type returned by this JointPropertypublic abstract static class JointProperty.ReadOnly<T>
Defines a JointProperty which can read but not write.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.mechio.api.motion.JointProperty |
|---|
JointProperty.ReadOnly<T> |
| Constructor Summary | |
|---|---|
JointProperty.ReadOnly()
|
|
| Method Summary | |
|---|---|
boolean |
getWriteable()
Returns true if getValue() is supported. |
void |
setValue(T val)
Sets the value of the JointProperty. |
| Methods inherited from class org.jflux.api.common.rk.property.PropertyChangeNotifier |
|---|
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mechio.api.motion.JointProperty |
|---|
getDisplayName, getNormalizableRange, getPropertyClass, getPropertyName, getValue |
| Methods inherited from interface org.jflux.api.common.rk.property.PropertyChangeSource |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public JointProperty.ReadOnly()
| Method Detail |
|---|
public boolean getWriteable()
JointProperty
getWriteable in interface JointProperty<T>public void setValue(T val)
JointProperty
setValue in interface JointProperty<T>val - the new value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||