org.stellarium.ui
Class STUI.Container

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.Container
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Direct Known Subclasses:
STUI.Branch
Enclosing class:
STUI

static class STUI.Container
extends STUI.CallbackComponent


Field Summary
protected  java.util.LinkedList<STUI.Component> childs
           
 
Fields inherited from class org.stellarium.ui.STUI.CallbackComponent
onChangeCallback
 
Fields inherited from class org.stellarium.ui.STUI.Component
active
 
Constructor Summary
STUI.Container()
           
 
Method Summary
(package private)  void addComponent(STUI.Component c)
           
 java.lang.String getString()
          white is hilight
 void keyPressed(java.awt.event.KeyEvent e)
           
 
Methods inherited from class org.stellarium.ui.STUI.CallbackComponent
keyReleased, keyTyped, setOnChangeCallback
 
Methods inherited from class org.stellarium.ui.STUI.Component
getActive, getCleanString, isEditable, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childs

protected java.util.LinkedList<STUI.Component> childs
Constructor Detail

STUI.Container

STUI.Container()
Method Detail

addComponent

void addComponent(STUI.Component c)

getString

public java.lang.String getString()
Description copied from class: STUI.Component
white is hilight

Overrides:
getString in class STUI.Component

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class STUI.Component