Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract void | finishedPaintingChildren(JSplitPane
a jc, Graphics JSplitPane the g)Graphics contextMessaged after the JSplitPane the receiver is providing the look and feel for paints its children. |
public abstract int | Returns: an integer specifying the location of the dividera jc)JSplitPane Returns the location of the divider. |
public abstract int | Returns: an integer specifying the maximum location of the dividera jc)JSplitPane Returns the maximum possible location of the divider. |
public abstract int | Returns: and integer specifying the minimum location of the dividera jc)JSplitPane Returns the minimum possible location of the divider. |
public abstract void | resetToPreferredSizes(JSplitPane
a jc)JSplitPane Messaged to relayout the JSplitPane based on the preferred size of the children components. |
public abstract void | setDividerLocation(JSplitPane
a jc, int JSplitPane an integer specifying the location of the divider location)Sets the location of the divider to location. |
SplitPaneUI | back to summary |
---|---|
protected SplitPaneUI() Constructor for subclasses to call. |
finishedPaintingChildren | back to summary |
---|---|
public abstract void finishedPaintingChildren(JSplitPane jc, Graphics g) Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
|
getDividerLocation | back to summary |
---|---|
public abstract int getDividerLocation(JSplitPane jc) Returns the location of the divider.
|
getMaximumDividerLocation | back to summary |
---|---|
public abstract int getMaximumDividerLocation(JSplitPane jc) Returns the maximum possible location of the divider.
|
getMinimumDividerLocation | back to summary |
---|---|
public abstract int getMinimumDividerLocation(JSplitPane jc) Returns the minimum possible location of the divider.
|
resetToPreferredSizes | back to summary |
---|---|
public abstract void resetToPreferredSizes(JSplitPane jc) Messaged to relayout the JSplitPane based on the preferred size of the children components.
|
setDividerLocation | back to summary |
---|---|
public abstract void setDividerLocation(JSplitPane jc, int location) Sets the location of the divider to location.
|