2024-06-12

This commit is contained in:
2024-06-12 13:10:10 +09:00
parent 57cc9ca7ff
commit 7e1d726c23
44 changed files with 146 additions and 31 deletions

View 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