Uses of Class
org.stellarium.ui.components.StellariumComponent

Packages that use StellariumComponent
org.stellarium.ui User Interface 
org.stellarium.ui.components   
 

Uses of StellariumComponent in org.stellarium.ui
 

Methods in org.stellarium.ui that return StellariumComponent
(package private)  StellariumComponent StelUI.createHelpWindow()
           
(package private)  StellariumComponent StelUI.createLicenceWindow()
          The window containing the info (licence)
(package private)  StellariumComponent StelUIConf.createSearchWindow()
           
(package private) abstract  StellariumComponent StelUI.createSearchWindow()
           
 

Uses of StellariumComponent in org.stellarium.ui.components
 

Subclasses of StellariumComponent in org.stellarium.ui.components
 class Button
          Simplest button with one press Callback
 class CallbackComponent
           
 class CheckBox
          Button with a cross on it
 class CursorBar
          cursor Bar
 class EditBox
           
 class FilledButton
           
 class FilledContainer
           
 class FlagButton
           
 class FloatIncDec
           
(package private)  class FramedContainer
          Container with a frame around it
 class IntIncDec
           
 class IntIncDecVert
           
 class LabeledButton
          Button with text on it
 class LabeledCheckBox
           
 class MapPicture
           
 class ScrollBar
           
 class StdBtWin
           
 class StdDlgWin
           
 class StdTransBtWin
          stdbtwin with transient (timeout) functionality
 class StdWin
          Standard window widget
 class StelContainer
          Manages hierarchical components : send signals ad actions to childrens
 class StelLabel
          Text label
 class StelListBox
           
 class StelPicture
           
 class StringList
          ClicList
 class TabContainer
           
 class TabHeader
          Everything to handle tabs
 class TextLabel
          A text bloc
 class TexturedButton
          Button with a texture
 class TimeItem
          Widget used to set time and date
 class TimeZoneItem
          Widget used to set time zone.
 

Fields in org.stellarium.ui.components declared as StellariumComponent
protected  StellariumComponent TabHeader.assoc
           
 

Fields in org.stellarium.ui.components with type parameters of type StellariumComponent
(package private)  java.util.LinkedList<StellariumComponent> StelContainer.childs
           
 

Methods in org.stellarium.ui.components with parameters of type StellariumComponent
 void StelContainer.addComponent(StellariumComponent c)
           
 void FramedContainer.addComponent(StellariumComponent c)
           
 void TabContainer.addTab(StellariumComponent c, java.lang.String name)
           
 void StelContainer.removeComponent(StellariumComponent c)
           
 

Constructors in org.stellarium.ui.components with parameters of type StellariumComponent
TabHeader(StellariumComponent c, java.lang.String _label)