-
-
Method Summary
-
Methods declared in class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SplitPaneUI
public SplitPaneUI()
-
Method Detail
-
setDividerLocation
public 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
-
finishedPaintingChildren
public 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 Graphics
context