Searched refs:newContinuousLayout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java277 * @param newContinuousLayout a boolean, true for the components to
284 boolean newContinuousLayout) {
285 this(newOrientation, newContinuousLayout, null, null);
322 * @param newContinuousLayout a boolean, true for the components to
337 boolean newContinuousLayout,
351 continuousLayout = newContinuousLayout;
678 * @param newContinuousLayout <code>true</code> if the components
687 public void setContinuousLayout(boolean newContinuousLayout) { argument
690 continuousLayout = newContinuousLayout;
692 newContinuousLayout);
283 JSplitPane(int newOrientation, boolean newContinuousLayout) argument
336 JSplitPane(int newOrientation, boolean newContinuousLayout, Component newLeftComponent, Component newRightComponent) argument
[all...]

Completed in 30 milliseconds