|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.KeyAdapter
org.stellarium.ui.STUI.Component
org.stellarium.ui.STUI.CallbackComponent
org.stellarium.ui.STUI.Container
static class STUI.Container
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 |
---|
protected java.util.LinkedList<STUI.Component> childs
Constructor Detail |
---|
STUI.Container()
Method Detail |
---|
void addComponent(STUI.Component c)
public java.lang.String getString()
STUI.Component
getString
in class
STUI.Component
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed
in interface java.awt.event.KeyListener
keyPressed
in class STUI.Component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |