| Frames | No Frames | 
Fields of type javax.swing.JSplitPane | |
| JSplitPane | The JSplitPane containing this divider.   | 
| JSplitPane | The JSplitPane that this UI draws.   | 
Methods with parameter type javax.swing.JSplitPane | |
| void |  This method is called after the children of the JSplitPane are painted.
  | 
| int |  This method returns the location of the divider.
  | 
| int |  This method returns the largest value possible for the location of the
 divider.
  | 
| int |  This method returns the smallest value possible for the location of the
 divider.
  | 
| void |  This method is called when JSplitPane's resetToPreferredSizes is called.
  | 
| void |  This method sets the location of the divider.
  | 
Methods with return type javax.swing.JSplitPane | |
| JSplitPane |  This method returns the JSplitPane that this BasicSplitPaneUI draws.
  | 
Methods with parameter type javax.swing.JSplitPane | |
| void |  Called by the  JSplitPane after it has finished
 painting its children.
 | 
| int |  Determines the current location of the divider.
  | 
| int |  Determines the maximum location of the divider.
  | 
| int |  Determines the minimum location of the divider.
  | 
| void |  Moves the divider to the location which best respects
 the preferred sizes of the children.
  | 
| void |  Moves the divider to the specified location.
  | 
Methods with parameter type javax.swing.JSplitPane | |
| void |  Calls the  SplitPaneUI.finishedPaintingChildren(JSplitPane,Graphics) method for all the UI delegates managed by this
 MultiSplitPaneUI.
 | 
| int |  Calls the  SplitPaneUI.getDividerLocation(JSplitPane) method for all
 the UI delegates managed by this MultiSplitPaneUI,
 returning the location for the UI delegate from the primary look and
 feel.
 | 
| int |  Calls the  SplitPaneUI.getMaximumDividerLocation(JSplitPane) method
 for all the UI delegates managed by this MultiSplitPaneUI,
 returning the location for the UI delegate from the primary look and
 feel.
 | 
| int |  Calls the  SplitPaneUI.getMinimumDividerLocation(JSplitPane) method
 for all the UI delegates managed by this MultiSplitPaneUI,
 returning the location for the UI delegate from the primary look and
 feel.
 | 
| void |  Calls the  SplitPaneUI.resetToPreferredSizes(JSplitPane) method
 for all the UI delegates managed by this MultiSplitPaneUI.
 | 
| void |  Calls the  SplitPaneUI.setDividerLocation(JSplitPane,int) method
 for all the UI delegates managed by this MultiSplitPaneUI.
 |