org.stellarium.ui.components
Class SGUI

java.lang.Object
  extended by org.stellarium.ui.components.SGUI

public class SGUI
extends java.lang.Object


Field Summary
 EditBox activeEditBox
           
static int BT_CANCEL
           
static int BT_ICON_ALERT
           
static int BT_ICON_BLANK
           
static int BT_ICON_QUESTION
           
static int BT_NO
           
static int BT_NOTSET
           
static int BT_OK
           
static int BT_YES
           
static int CT_BUTTON
           
static int CT_CALLBACK
           
static int CT_COMPONENTBASE
           
static int CT_CONTAINER
           
static int CT_CURSORBAR
           
static int CT_EDITBOX
           
static int CT_LABEL
           
static int CT_PICTURE
           
static int CT_STRINGLIST
           
static int CT_TABHEADER
           
 boolean cursorVisible
           
static int SCROLL_SIZE
           
static int STDDLGWIN_INPUT
           
static int STDDLGWIN_MSG
           
static java.lang.String UNKNOWN_OBSERVATORY
           
 
Constructor Summary
SGUI()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCROLL_SIZE

public static final int SCROLL_SIZE
See Also:
Constant Field Values

CT_COMPONENTBASE

public static final int CT_COMPONENTBASE
See Also:
Constant Field Values

CT_LABEL

public static final int CT_LABEL
See Also:
Constant Field Values

CT_CURSORBAR

public static final int CT_CURSORBAR
See Also:
Constant Field Values

CT_CALLBACK

public static final int CT_CALLBACK
See Also:
Constant Field Values

CT_STRINGLIST

public static final int CT_STRINGLIST
See Also:
Constant Field Values

CT_PICTURE

public static final int CT_PICTURE
See Also:
Constant Field Values

CT_BUTTON

public static final int CT_BUTTON
See Also:
Constant Field Values

CT_TABHEADER

public static final int CT_TABHEADER
See Also:
Constant Field Values

CT_EDITBOX

public static final int CT_EDITBOX
See Also:
Constant Field Values

CT_CONTAINER

public static final int CT_CONTAINER
See Also:
Constant Field Values

BT_NOTSET

public static final int BT_NOTSET
See Also:
Constant Field Values

BT_YES

public static final int BT_YES
See Also:
Constant Field Values

BT_NO

public static final int BT_NO
See Also:
Constant Field Values

BT_CANCEL

public static final int BT_CANCEL
See Also:
Constant Field Values

BT_OK

public static final int BT_OK
See Also:
Constant Field Values

BT_ICON_BLANK

public static final int BT_ICON_BLANK
See Also:
Constant Field Values

BT_ICON_QUESTION

public static final int BT_ICON_QUESTION
See Also:
Constant Field Values

BT_ICON_ALERT

public static final int BT_ICON_ALERT
See Also:
Constant Field Values

STDDLGWIN_MSG

public static final int STDDLGWIN_MSG
See Also:
Constant Field Values

STDDLGWIN_INPUT

public static final int STDDLGWIN_INPUT
See Also:
Constant Field Values

UNKNOWN_OBSERVATORY

public static final java.lang.String UNKNOWN_OBSERVATORY
See Also:
Constant Field Values

cursorVisible

public boolean cursorVisible

activeEditBox

public EditBox activeEditBox
Constructor Detail

SGUI

public SGUI()