org.kahina.core.event
Class KahinaWindowEventType

java.lang.Object
  extended by org.kahina.core.event.KahinaWindowEventType

public class KahinaWindowEventType
extends Object


Field Summary
static int DISPOSE
           
static int DYNAMIC_CLONE
           
static int FLIP
           
static int FUSE
           
static int HORI_SPLIT
           
static int NEW_DEFAULT
           
static int NEW_HORI_SPLIT
           
static int NEW_LIST
           
static int NEW_TABBED
           
static int NEW_VERT_SPLIT
           
static int REMOVE
           
static int RENAME
           
static int RESTORE_FRAME
           
static int SNAPSHOT_CLONE
           
static int TOGGLE_VISIBLE
           
static int UNDOCK
           
static int UPDATE_VIEW_MENU
           
static int VERT_SPLIT
           
 
Constructor Summary
KahinaWindowEventType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_DEFAULT

public static final int NEW_DEFAULT
See Also:
Constant Field Values

NEW_HORI_SPLIT

public static final int NEW_HORI_SPLIT
See Also:
Constant Field Values

NEW_VERT_SPLIT

public static final int NEW_VERT_SPLIT
See Also:
Constant Field Values

NEW_TABBED

public static final int NEW_TABBED
See Also:
Constant Field Values

NEW_LIST

public static final int NEW_LIST
See Also:
Constant Field Values

TOGGLE_VISIBLE

public static final int TOGGLE_VISIBLE
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

RENAME

public static final int RENAME
See Also:
Constant Field Values

FLIP

public static final int FLIP
See Also:
Constant Field Values

UNDOCK

public static final int UNDOCK
See Also:
Constant Field Values

VERT_SPLIT

public static final int VERT_SPLIT
See Also:
Constant Field Values

HORI_SPLIT

public static final int HORI_SPLIT
See Also:
Constant Field Values

UPDATE_VIEW_MENU

public static final int UPDATE_VIEW_MENU
See Also:
Constant Field Values

DYNAMIC_CLONE

public static final int DYNAMIC_CLONE
See Also:
Constant Field Values

SNAPSHOT_CLONE

public static final int SNAPSHOT_CLONE
See Also:
Constant Field Values

DISPOSE

public static final int DISPOSE
See Also:
Constant Field Values

FUSE

public static final int FUSE
See Also:
Constant Field Values

RESTORE_FRAME

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

KahinaWindowEventType

public KahinaWindowEventType()