public abstract class SplitOrientation
extends org.softsmithy.lib.util.TypesafeEnum
Modifier and Type | Field and Description |
---|---|
static SplitOrientation |
HORIZONTAL |
static SplitOrientation |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
abstract int |
getPreferredSize(Component component) |
abstract int |
getSize(Component component) |
abstract int |
getSplitPaneConstant() |
public static final SplitOrientation HORIZONTAL
public static final SplitOrientation VERTICAL
Copyright © 2012 SoftSmithy. All Rights Reserved.