public interface ISplitPane
JSplitPane.IGuiFactory.newSplitPane(),
IGuiFactory.newSplitPane(int)| Modifier and Type | Method and Description |
|---|---|
javax.swing.JSplitPane |
asSplitPane()
Casts this instance to
JSplitPane. |
void |
setDividerLocationLater(double proportionalLocation)
Calls the
JSplitPane.setDividerLocation(double) method "later" (SwingUtilities.invokeLater(Runnable). |
javax.swing.JSplitPane asSplitPane()
JSplitPane.this as a JSplitPanevoid setDividerLocationLater(double proportionalLocation)
JSplitPane.setDividerLocation(double) method "later" (SwingUtilities.invokeLater(Runnable).
Since JSplitPane.setDividerLocation(double) resizes immediately, it has only effect if the component is visible - hence the call "later" gain.
Note: in most cases setting the resize weight (JSplitPane.setResizeWeight(double)) is enough.
proportionalLocation - location to be passedJSplitPane.setResizeWeight(double)
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.