2024-03-30

This commit is contained in:
2024-03-30 19:57:14 +09:00
parent d4055752a9
commit 57cc9ca7ff
90 changed files with 4829 additions and 105 deletions

16
doc/17_split_pane.md Normal file
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