FileDocCategorySizeDatePackage
MetalSplitPaneUI.javaAPI DocJava SE 5 API1227Fri Aug 26 14:58:08 BST 2005javax.swing.plaf.metal

MetalSplitPaneUI

public class MetalSplitPaneUI extends BasicSplitPaneUI
Metal split pane.

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. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see {@link java.beans.XMLEncoder}.

version
1.10 12/19/03
author
Steve Wilson

Fields Summary
Constructors Summary
Methods Summary
public javax.swing.plaf.basic.BasicSplitPaneDividercreateDefaultDivider()
Creates the default divider.

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

	return new MetalSplitPaneUI();