|
|||||||||
| Home >> All >> com >> imagero >> gui >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.imagero.gui.awt
Interface SplitConstants

- 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
|
|||||||||
| Home >> All >> com >> imagero >> gui >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC