Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JSplitPane

Packages that use JSplitPane
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
 

Uses of JSplitPane in com.sun.java.swing.plaf
 

Methods in com.sun.java.swing.plaf with parameters of type JSplitPane
abstract  void SplitPaneUI.resetToPreferredSizes(JSplitPane jc)
          Messaged to relayout the JSplitPane based on the preferred size of the children components.
abstract  void SplitPaneUI.setDividerLocation(JSplitPane jc, int location)
          Sets the location of the divider to location.
abstract  int SplitPaneUI.getDividerLocation(JSplitPane jc)
          Returns the location of the divider.
abstract  int SplitPaneUI.getMinimumDividerLocation(JSplitPane jc)
          Returns the minimum possible location of the divider.
abstract  int SplitPaneUI.getMaximumDividerLocation(JSplitPane jc)
          Returns the maximum possible location of the divider.
abstract  void SplitPaneUI.finishedPaintingChildren(JSplitPane jc, Graphics g)
          Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.