public abstract class SplitPaneUI extends ComponentUI
| Constructor and Description |
|---|
SplitPaneUI()
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
finishedPaintingChildren(JSplitPane
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
|
abstract int |
getDividerLocation(JSplitPane
Returns the location of the divider.
|
abstract int |
getMaximumDividerLocation(JSplitPane
Returns the maximum possible location of the divider.
|
abstract int |
getMinimumDividerLocation(JSplitPane
Returns the minimum possible location of the divider.
|
abstract void |
resetToPreferredSizes(JSplitPane
Messaged to relayout the JSplitPane based on the preferred size of the children components.
|
abstract void |
setDividerLocation(JSplitPane
Sets the location of the divider to location.
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract void resetToPreferredSizes(JSplitPanejc)
public abstract void setDividerLocation(JSplitPanejc, int location)
public abstract int getDividerLocation(JSplitPanejc)
public abstract int getMinimumDividerLocation(JSplitPanejc)
public abstract int getMaximumDividerLocation(JSplitPanejc)
public abstract void finishedPaintingChildren(JSplitPanejc, Graphics g)