FileDocCategorySizeDatePackage
MotifSplitPaneUI.javaAPI DocJava SE 5 API1262Fri Aug 26 14:54:48 BST 2005com.sun.java.swing.plaf.motif

MotifSplitPaneUI

public class MotifSplitPaneUI extends BasicSplitPaneUI
Motif rendition of a 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. A future release of Swing will provide support for long term persistence.

version
1.15 12/19/03
author
Jeff Dinkins

Fields Summary
Constructors Summary
public MotifSplitPaneUI()

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

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

	return new MotifSplitPaneUI();