Changed Methods |
void addImpl(Component, Object, int)
|
Documentation changed from old to new. |
Adds the specified component to this split pane. |
boolean isContinuousLayout()
|
Documentation changed from old to new. |
Gets the continuousLayout property. |
boolean isOneTouchExpandable()
|
Documentation changed from old to new. |
Gets the oneTouchExpandable property. |
void setContinuousLayout(boolean )
|
Documentation changed from old to new. |
Sets the value of the continuousLayout property which must be true for the child components to be continuously redisplayed and laid out during user intervention. |
void setOneTouchExpandable(boolean )
|
Documentation changed from old to new. |
Sets the value of the oneTouchExpandable property which must be true for the JSplitPane to provide a UI widget on the divider to quickly expand/collapse the divider. |
void setUI(SplitPaneUI )
|
Documentation changed from old to new. |
Sets the L&F object that renders this component. |