![]() |
Method isOneTouchExpandable()
Return type: boolean
Member of: javax.swing.JSplitPane
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | result.put(IS_ONE_TOUCH_EXPANDABLE_DPROP, ((JSplitPane)getSource()).isOneTouchExpandable() ? "true" : "false"); |
| 2 | if (theSplitPane.isOneTouchExpandable()) { |