public abstract class SplitPaneUI extends ComponentUI
Pluggable look and feel interface for JSplitPane.
public SplitPaneUI()
public abstract void resetToPreferredSizes(JSplitPane jc)
Messaged to relayout the JSplitPane based on the preferred size of the children components.
public abstract void setDividerLocation(JSplitPane jc, int location)
Sets the location of the divider to location.
public abstract int getDividerLocation(JSplitPane jc)
Returns the location of the divider.
public abstract int getMinimumDividerLocation(JSplitPane jc)
Returns the minimum possible location of the divider.
public abstract int getMaximumDividerLocation(JSplitPane jc)
Returns the maximum possible location of the divider.
public abstract void finishedPaintingChildren(JSplitPane jc, Graphics g)
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.