javax.swing.plaf.metal
public class MetalSplitPaneUI extends BasicSplitPaneUI
Constructor Summary | |
---|---|
MetalSplitPaneUI()
Constructs a new instance of MetalSplitPaneUI . |
Method Summary | |
---|---|
BasicSplitPaneDivider | createDefaultDivider()
Returns the divider that is used by the JSplitPane .
|
static ComponentUI | createUI(JComponent component)
Returns a new instance of MetalSplitPaneUI .
|
MetalSplitPaneUI
.JSplitPane
.
The divider returned by this method is a {@link BasicSplitPaneDivider}
that is drawn using the Metal look.
Returns: the default divider to use for JSplitPane
s.
MetalSplitPaneUI
.
Parameters: component the component for which we return an UI instance
Returns: A new instance of MetalSplitPaneUI
.