Uses of Class
org.stellarium.ui.STUI.Component

Packages that use STUI.Component
org.stellarium.ui User Interface 
 

Uses of STUI.Component in org.stellarium.ui
 

Subclasses of STUI.Component in org.stellarium.ui
(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 class STUI.CallbackComponent
          Base class.
(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)  class STUI.MenuBranch.LabelItem
          Passive widget which only display text
(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.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
           
 

Fields in org.stellarium.ui declared as STUI.Component
protected  STUI.Component STUI.Branch.current
           
 

Fields in org.stellarium.ui with type parameters of type STUI.Component
protected  java.util.LinkedList<STUI.Component> STUI.Container.childs
           
 

Methods in org.stellarium.ui that return STUI.Component
(package private)  STUI.Component STUI.Branch.getCurrent()
           
 

Methods in org.stellarium.ui with parameters of type STUI.Component
(package private)  void STUI.Container.addComponent(STUI.Component c)
           
(package private)  void STUI.Branch.addComponent(STUI.Component c)