Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.awt
Interface SplitConstants  view SplitConstants download SplitConstants.java

All Known Implementing Classes:
MultiSplitPane

public interface SplitConstants

Created by IntelliJ IDEA. User: ak Date: 17.03.2005 Time: 12:06:15 To change this template use Options | File Templates.


Field Summary
static int ALIGN_LEFT
          add Component at top or left (depends on current split option)
static int ALIGN_RIGHT
          add Component at bottom or right (depends on current split option)
static int HORIZONTAL_SPLIT
          horizontal split
static int VERTICAL_SPLIT
          vertical split
 

Field Detail

VERTICAL_SPLIT

public static final int VERTICAL_SPLIT
vertical split

See Also:
Constant Field Values

HORIZONTAL_SPLIT

public static final int HORIZONTAL_SPLIT
horizontal split

See Also:
Constant Field Values

ALIGN_LEFT

public static final int ALIGN_LEFT
add Component at top or left (depends on current split option)

See Also:
Constant Field Values

ALIGN_RIGHT

public static final int ALIGN_RIGHT
add Component at bottom or right (depends on current split option)

See Also:
Constant Field Values