|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinstructor.GUISlider
abstract class GUISlider
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 |
---|
int preferenceNum
boolean selected
Constructor Detail |
---|
GUISlider()
Method Detail |
---|
public abstract void value(int value)
public abstract int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |