FileDocCategorySizeDatePackage
SplitPaneUI.javaAPI DocJava SE 5 API1379Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

SplitPaneUI

public abstract class SplitPaneUI extends ComponentUI
Pluggable look and feel interface for JSplitPane.
version
1.16 12/19/03
author
Scott Violet

Fields Summary
Constructors Summary
Methods Summary
public abstract voidfinishedPaintingChildren(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 intgetDividerLocation(javax.swing.JSplitPane jc)
Returns the location of the divider.

public abstract intgetMaximumDividerLocation(javax.swing.JSplitPane jc)
Returns the maximum possible location of the divider.

public abstract intgetMinimumDividerLocation(javax.swing.JSplitPane jc)
Returns the minimum possible location of the divider.

public abstract voidresetToPreferredSizes(javax.swing.JSplitPane jc)
Messaged to relayout the JSplitPane based on the preferred size of the children components.

public abstract voidsetDividerLocation(javax.swing.JSplitPane jc, int location)
Sets the location of the divider to location.