org.stellarium.ui
Class STUI.SInteger

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by org.stellarium.ui.STUI.Component
          extended by org.stellarium.ui.STUI.CallbackComponent
              extended by org.stellarium.ui.STUI.SInteger
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Direct Known Subclasses:
STUI.IntegerItem
Enclosing class:
STUI

static class STUI.SInteger
extends STUI.CallbackComponent

Component which manages integer value


Field Summary
protected  int value
           
 
Fields inherited from class org.stellarium.ui.STUI.CallbackComponent
onChangeCallback
 
Fields inherited from class org.stellarium.ui.STUI.Component
active
 
Constructor Summary
STUI.SInteger(int initValue)
           
 
Method Summary
(package private)  int getValue()
           
(package private)  void setValue(int v)
           
 
Methods inherited from class org.stellarium.ui.STUI.CallbackComponent
keyReleased, keyTyped, setOnChangeCallback
 
Methods inherited from class org.stellarium.ui.STUI.Component
getActive, getCleanString, getString, isEditable, keyPressed, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value
Constructor Detail

STUI.SInteger

public STUI.SInteger(int initValue)
Method Detail

getValue

int getValue()

setValue

void setValue(int v)