org.stellarium.ui
Class STUI.MenuBranchItem

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
                  extended by org.stellarium.ui.STUI.Branch
                      extended by org.stellarium.ui.STUI.MenuBranchItem
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
STUI

static class STUI.MenuBranchItem
extends STUI.Branch


Field Summary
(package private)  boolean isEditing
           
protected  java.lang.String label
           
 
Fields inherited from class org.stellarium.ui.STUI.Branch
current
 
Fields inherited from class org.stellarium.ui.STUI.Container
childs
 
Fields inherited from class org.stellarium.ui.STUI.CallbackComponent
onChangeCallback
 
Fields inherited from class org.stellarium.ui.STUI.Component
active
 
Constructor Summary
STUI.MenuBranchItem(java.lang.String s)
           
 
Method Summary
(package private)  java.lang.String getLabel()
           
 java.lang.String getString()
          white is hilight
(package private)  boolean isEditable()
           
 void keyPressed(java.awt.event.KeyEvent e)
           
 
Methods inherited from class org.stellarium.ui.STUI.Branch
addComponent, getCurrent, setValue, setValueSpecialSlash
 
Methods inherited from class org.stellarium.ui.STUI.CallbackComponent
keyReleased, keyTyped, setOnChangeCallback
 
Methods inherited from class org.stellarium.ui.STUI.Component
getActive, getCleanString, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected java.lang.String label

isEditing

boolean isEditing
Constructor Detail

STUI.MenuBranchItem

STUI.MenuBranchItem(java.lang.String s)
Method Detail

keyPressed

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

getString

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

Overrides:
getString in class STUI.Branch

isEditable

boolean isEditable()
Overrides:
isEditable in class STUI.Component

getLabel

java.lang.String getLabel()