|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.JointProperty.ReadWrite<T>
T
- Value Type returned by this JointPropertypublic abstract static class JointProperty.ReadWrite<T>
Defines a JointProperty which can read and write.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.robokind.api.motion.JointProperty |
---|
JointProperty.ReadOnly<T>, JointProperty.ReadWrite<T> |
Constructor Summary | |
---|---|
JointProperty.ReadWrite()
|
Method Summary | |
---|---|
boolean |
getReadable()
Returns true if getValue() is supported. |
boolean |
getWriteable()
Returns true if setValue(T val) is supported. |
Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
---|
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, 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.robokind.api.motion.JointProperty |
---|
getCachedValue, getDisplayName, getPropertyClass, getPropertyName, getValue, setValue |
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public JointProperty.ReadWrite()
Method Detail |
---|
public boolean getReadable()
JointProperty
getReadable
in interface JointProperty<T>
public boolean getWriteable()
JointProperty
getWriteable
in interface JointProperty<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |