org.kahina.core.gui
Class KahinaViewIntegrationType

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

public class KahinaViewIntegrationType
extends Object


Field Summary
static int HORIZONTAL
           
static int TABBED
           
static int VERTICAL
           
 
Constructor Summary
KahinaViewIntegrationType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values

TABBED

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

KahinaViewIntegrationType

public KahinaViewIntegrationType()