org.stellarium.ui
Class STUI

java.lang.Object
  extended by org.stellarium.ui.STUI

public class STUI
extends java.lang.Object

Class which manages a Text User Interface "widgets"


Nested Class Summary
(package private) static class STUI.ActionConfirmItem
          Same as before but ask for a confirmation
(package private) static class STUI.ActionItem
          Widget which simply launch the Callback when the user press enter
(package private) static class STUI.Bistate
          Component which manages 2 states
(package private) static class STUI.BooleanItem
           
(package private) static class STUI.Branch
           
(package private) static interface STUI.Callback
           
(package private) static class STUI.CallbackComponent
          Base class.
(package private) static class STUI.Component
           
(package private) static class STUI.Container
           
(package private) static class STUI.Decimal
          Component which manages decimal (double) value
(package private) static class STUI.DecimalItem
           
(package private) static class STUI.IntegerItem
          SInteger item widget.
(package private) static class STUI.MenuBranch
           
(package private) static class STUI.MenuBranchItem
           
static class STUI.MultiSet2Item<T>
          List item widget with separation between UI keys (will be translated) and code value (never translated).
(package private) static class STUI.MultiSetItem<T>
          List item widget.
(package private) static class STUI.S_TUI_VALUE
           
(package private) static class STUI.SInteger
          Component which manages integer value
(package private) static class STUI.TimeItem
           
(package private) static class STUI.TimeZoneItem
          Widget used to set time zone.
(package private) static class STUI.VectorItem
           
 
Field Summary
static char START_ACTIVE
           
static char STOP_ACTIVE
           
 
Constructor Summary
STUI()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_ACTIVE

public static final char START_ACTIVE
See Also:
Constant Field Values

STOP_ACTIVE

public static final char STOP_ACTIVE
See Also:
Constant Field Values
Constructor Detail

STUI

public STUI()