- 
- 
Method Summary
- 
Methods declared in class javax.swing.plaf.ComponentUIcontains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Constructor Detail
- 
SplitPaneUIpublic SplitPaneUI() 
 
 
- 
Method Detail
- 
setDividerLocationpublic abstract void setDividerLocation(JSplitPane jc,
                                        int location)Sets the location of the divider to location. 
- Parameters:
- jc- a- JSplitPane
- location- an integer specifying the location of the divider
 
 
- 
finishedPaintingChildrenpublic abstract void finishedPaintingChildren(JSplitPane jc,
                                              Graphics g)Messaged after the JSplitPane the receiver is providing the look
 and feel for paints its children. 
- Parameters:
- jc- a- JSplitPane
- g- the- Graphicscontext