net.sourceforge.frcsimulator.gui.propertyeditor
Class ArrayWrappingProperty<T>

java.lang.Object
  extended by net.sourceforge.frcsimulator.internals.FrcBotSimProperty<T>
      extended by net.sourceforge.frcsimulator.gui.propertyeditor.ArrayWrappingProperty<T>

public class ArrayWrappingProperty<T>
extends FrcBotSimProperty<T>

Author:
wolf

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

ArrayWrappingProperty

public ArrayWrappingProperty(FrcBotSimProperty<T[]> property,
                             int index)
Method Detail

set

public void set(T to)
Overrides:
set in class FrcBotSimProperty<T>

get

public T get()
Overrides:
get in class FrcBotSimProperty<T>