2024-03-30
This commit is contained in:
16
doc/17_split_pane.md
Normal file
16
doc/17_split_pane.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user