-
-
Method Summary
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Methods inherited from 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