Methods Summary |
---|
public abstract void | finishedPaintingChildren(javax.swing.JSplitPane jc, java.awt.Graphics g)Messaged after the JSplitPane the receiver is providing the look
and feel for paints its children.
|
public abstract int | getDividerLocation(javax.swing.JSplitPane jc)Returns the location of the divider.
|
public abstract int | getMaximumDividerLocation(javax.swing.JSplitPane jc)Returns the maximum possible location of the divider.
|
public abstract int | getMinimumDividerLocation(javax.swing.JSplitPane jc)Returns the minimum possible location of the divider.
|
public abstract void | resetToPreferredSizes(javax.swing.JSplitPane jc)Messaged to relayout the JSplitPane based on the preferred size
of the children components.
|
public abstract void | setDividerLocation(javax.swing.JSplitPane jc, int location)Sets the location of the divider to location.
|