java.lang.Object
com.iamsoft.util.ui.swing.JSplitPaneUtil
Utility methods for working with JSplitPane.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidCall doClick(JSplitPane, boolean) on all JSplitPane elements.static voiddoClick(JSplitPane pSplitPane, boolean pFirstButton) Click expand/collapse button.
-
Method Details
-
clickAll
Call doClick(JSplitPane, boolean) on all JSplitPane elements. -
doClick
Click expand/collapse button. Note that not all look and feels support one-touch collapse/expand.- Parameters:
pSplitPane- Split pane whose button should be clicked.pFirstButton- True for expand, false for collapse.- See Also:
-