instructor
Class GUISlider

java.lang.Object
  extended by instructor.GUISlider

abstract class GUISlider
extends java.lang.Object

GUI object that measures a preference level. Presented as a slider to the user to change the value.


Field Summary
(package private)  int preferenceNum
           
(package private)  boolean selected
           
 
Constructor Summary
GUISlider()
           
 
Method Summary
abstract  int getValue()
          Gets saved value from the class
abstract  void value(int value)
          Adds specified value to the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preferenceNum

int preferenceNum

selected

boolean selected
Constructor Detail

GUISlider

GUISlider()
Method Detail

value

public abstract void value(int value)
Adds specified value to the class


getValue

public abstract int getValue()
Gets saved value from the class