16 lines
900 B
Markdown
16 lines
900 B
Markdown
# Split Pane
|
|
|
|
* `getOrientation()` / `setOrientation(int)` : HORIZONTAL_SPLIT | VERTICAL_SPLIT
|
|
* `getDividerSize()` / `setDividerSize(int)`
|
|
* `isContinuousLayout()` / `setContinuousLayout(boolean)` : 설정되면, 디바이더가 움직일때마다 화면을 다시 그린다.
|
|
* `isOneTouchExpandable()` / `setOneTouchExpandable(boolean)`
|
|
|
|
* `getLeftComponent()` / `getTopComponent()` / `setLeftComponent(component)` / `setTopComponent(Component)`
|
|
* `getRightComponent()` / `getBottomComponent()` / `setRightComponent(component)` / `setBottomComponent(Component)`
|
|
* `remove(Component)` / `removeAll()`
|
|
|
|
* `getDividerLocation()` / `setDividerLocation(int)` / `setDividerLocation(double)`
|
|
* `resetToPreferredSizes()`
|
|
* `getLastDividerLocation()` / `setLastDividerLocation(int)`
|
|
* `getMinimumDividerLocation()` / `getMaximumDividerLocation()`
|
|
* `getResizeWeight()` / `setResizeWeight(float)` : 0.0 ~ 1.0 |