Klasse javax.swing.JSplitPane | 1.2 |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JSplitPane
Datenelemente | |
---|---|
public final static int | VERTICAL_SPLIT |
public final static int | HORIZONTAL_SPLIT |
public final static String | LEFT |
public final static String | RIGHT |
public final static String | TOP |
public final static String | BOTTOM |
public final static String | DIVIDER |
public final static String | ORIENTATION_PROPERTY |
public final static String | CONTINUOUS_LAYOUT_PROPERTY |
public final static String | DIVIDER_SIZE_PROPERTY |
public final static String | ONE_TOUCH_EXPANDABLE_PROPERTY |
public final static String | LAST_DIVIDER_LOCATION_PROPERTY |
public final static String | DIVIDER_LOCATION_PROPERTY ![]() |
public final static String | RESIZE_WEIGHT_PROPERTY ![]() |
protected int | orientation |
protected boolean | continuousLayout |
protected Component | leftComponent |
protected Component | rightComponent |
protected int | dividerSize |
protected boolean | oneTouchExpandable |
protected int | lastDividerLocation |
Konstruktoren | |
---|---|
public | JSplitPane() |
public | JSplitPane(int newOrientation) |
public | JSplitPane(int newOrientation, boolean newContinuousLayout) |
public | JSplitPane(int newOrientation, Component newLeftComponent, Component newRightComponent) |
public | JSplitPane(int newOrientation, boolean newContinuousLayout, Component newLeftComponent, Component newRightComponent) |