org.kahina.core.gui
Class KahinaWindowType

java.lang.Object
  extended by org.kahina.core.gui.KahinaWindowType

public class KahinaWindowType
extends Object


Field Summary
static int CONTROL_WINDOW
           
static int DEFAULT_WINDOW
           
static int HORI_SPLIT_WINDOW
           
static int LIST_WINDOW
           
static int MAIN_WINDOW
           
static int TABBED_WINDOW
           
static int VERT_SPLIT_WINDOW
           
 
Constructor Summary
KahinaWindowType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WINDOW

public static final int DEFAULT_WINDOW
See Also:
Constant Field Values

HORI_SPLIT_WINDOW

public static final int HORI_SPLIT_WINDOW
See Also:
Constant Field Values

VERT_SPLIT_WINDOW

public static final int VERT_SPLIT_WINDOW
See Also:
Constant Field Values

TABBED_WINDOW

public static final int TABBED_WINDOW
See Also:
Constant Field Values

LIST_WINDOW

public static final int LIST_WINDOW
See Also:
Constant Field Values

MAIN_WINDOW

public static final int MAIN_WINDOW
See Also:
Constant Field Values

CONTROL_WINDOW

public static final int CONTROL_WINDOW
See Also:
Constant Field Values
Constructor Detail

KahinaWindowType

public KahinaWindowType()