FileDocCategorySizeDatePackage
WindowsSplitPaneUI.javaAPI DocJava SE 5 API1244Fri Aug 26 14:54:50 BST 2005com.sun.java.swing.plaf.windows

WindowsSplitPaneUI

public class WindowsSplitPaneUI extends BasicSplitPaneUI
Windows rendition of the component.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Fields Summary
Constructors Summary
public WindowsSplitPaneUI()

	super();
    
Methods Summary
public javax.swing.plaf.basic.BasicSplitPaneDividercreateDefaultDivider()
Creates the default divider.

	return new WindowsSplitPaneDivider(this);
    
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent x)
Creates a new WindowsSplitPaneUI instance

	return new WindowsSplitPaneUI();