|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.frcsimulator.internals.FrcBotSimProperty<T>
net.sourceforge.frcsimulator.gui.propertyeditor.ArrayWrappingProperty<T>
public class ArrayWrappingProperty<T>
Field Summary |
---|
Fields inherited from class net.sourceforge.frcsimulator.internals.FrcBotSimProperty |
---|
changeListeners, physical, setByCode, value |
Constructor Summary | |
---|---|
ArrayWrappingProperty(FrcBotSimProperty<T[]> property,
int index)
|
Method Summary | |
---|---|
T |
get()
|
void |
set(T to)
|
Methods inherited from class net.sourceforge.frcsimulator.internals.FrcBotSimProperty |
---|
addChangeListener, removeChangeListener, triggerChange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayWrappingProperty(FrcBotSimProperty<T[]> property, int index)
Method Detail |
---|
public void set(T to)
set
in class FrcBotSimProperty<T>
public T get()
get
in class FrcBotSimProperty<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |