gui.run
Class Quad

java.lang.Object
  extended by gui.run.Quad

public class Quad
extends java.lang.Object

Only works for integers. Shows a textfield and a slider, as well as a label. Shortcut mnemonics are used in the label to focus onto the textfield.

See Also:
RunSlider

Constructor Summary
Quad()
           
 
Method Summary
 int[] getValue()
           
 void setValue(int[] value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Quad

public Quad()
Method Detail

getValue

public int[] getValue()

setValue

public void setValue(int[] value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object