org.stellarium.ui.components 
 Class StdTransBtWin
java.lang.Object
   java.awt.event.KeyAdapter
java.awt.event.KeyAdapter
       org.stellarium.ui.components.StellariumComponent
org.stellarium.ui.components.StellariumComponent
           org.stellarium.ui.components.CallbackComponent
org.stellarium.ui.components.CallbackComponent
               org.stellarium.ui.components.StelContainer
org.stellarium.ui.components.StelContainer
                   org.stellarium.ui.components.FramedContainer
org.stellarium.ui.components.FramedContainer
                       org.stellarium.ui.components.StdWin
org.stellarium.ui.components.StdWin
                           org.stellarium.ui.components.StdBtWin
org.stellarium.ui.components.StdBtWin
                               org.stellarium.ui.components.StdTransBtWin
org.stellarium.ui.components.StdTransBtWin
  - All Implemented Interfaces:
  
- java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener,
    java.awt.event.MouseWheelListener, java.util.EventListener
  
  - 
    public class StdTransBtWin 
- extends StdBtWin
  stdbtwin with transient (timeout) functionality
  
  
 
 
 
 
 
 
 
 
  
    | Fields inherited from class org.stellarium.ui.components.StellariumComponent | 
  
    | active, defaultPainter, desktop, focus, focusing, guiBaseColor, guiColorSchemeMember,
      guiTextColor, moveToFront, needNewTopEdit, painter, pos, scissor, size, type, visible | 
 
 
 
 
 
 
 
  
    | Methods inherited from class org.stellarium.ui.components.CallbackComponent | 
  
    | callbackOnClic,
      callbackOnMove,
      getActive, getFocus, getIsMouseOver, getPos, getPosx, getPosy, getVisible, setActive, setFont,
      setOnMouseInOutCallback,
      setOnPressCallback,
      setPos, setPos,
      setPosx, setPosy, setSizeX, setSizey, setTexture,
      setVisible | 
 
  
    | Methods inherited from class org.stellarium.ui.components.StellariumComponent | 
  
    | deleteScissor, disableScissor, enableScissor, getFont, getNeedNewEdit, getType, inFront, initScissor, isIn, mouseDragged,
      mouseEntered,
      mouseExited,
      mousePressed,
      mouseWheelMoved,
      setBaseColor,
      setDefaultPainter,
      setGUIColorSchemeMember,
      setInFront, setNeedNewEdit,
      setOpaque, setPainter,
      setTextColor | 
 
  
    | 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 | 
 
  
  
  timeLeft
protected int timeLeft
  
  
  timerOn
protected boolean timerOn
  
  
  StdTransBtWin
public StdTransBtWin(java.lang.String _title,
                     int someTimeOut,
                     STexture _header_tex,
                     SFontIfc _winfont,
                     int headerSize)
  StdTransBtWin
public StdTransBtWin(java.lang.String _title,
                     int someTimeOut)
  update
public void update(int deltaTime)
  - 
    
     
  setTimeout
public void setTimeout(int timeout)
  -