Package Summary  Overview Summary

class:MetalSplitPaneUI [NONE]


public class MetalSplitPaneUIextends 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 JavaBeans has been added to the java.beans package. Please see XMLEncoder.

constructor:MetalSplitPaneUI() [NONE]

  • MetalSplitPaneUI

    public MetalSplitPaneUI()
    Constructs a MetalSplitPaneUI.

method:createUI(javax.swing.JComponent) [NONE]

  • createUI

    public static  ComponentUI createUI (JComponent x)
    Creates a new MetalSplitPaneUI instance
    Parameters:
    x - a component
    Returns:
    a new MetalSplitPaneUI instance
  • method:createDefaultDivider() [NONE]

    createDefaultDivider

    public BasicSplitPaneDivider createDefaultDivider()
    Creates the default divider.
    Overrides:
    createDefaultDivider in class BasicSplitPaneUI
    Returns:
    the default divider

    © 2023 Oracle Corporation and/or its affiliates