org.stellarium.ui
Class STUI.MenuBranch.LabelItem

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by org.stellarium.ui.STUI.Component
          extended by org.stellarium.ui.STUI.MenuBranch.LabelItem
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
STUI.MenuBranch

 class STUI.MenuBranch.LabelItem
extends STUI.Component

Passive widget which only display text


Field Summary
protected  java.lang.String label
           
 
Fields inherited from class org.stellarium.ui.STUI.Component
active
 
Constructor Summary
STUI.MenuBranch.LabelItem()
           
 
Method Summary
 java.lang.String getString()
          white is hilight
(package private)  void setLabel(java.lang.String s)
           
 
Methods inherited from class org.stellarium.ui.STUI.Component
getActive, getCleanString, isEditable, keyPressed, setActive
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
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
Constructor Detail

STUI.MenuBranch.LabelItem

STUI.MenuBranch.LabelItem()
Method Detail

getString

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

Overrides:
getString in class STUI.Component

setLabel

void setLabel(java.lang.String s)