com.vlsolutions.swing.docking.ui

Class DockingSplitPaneUI

public class DockingSplitPaneUI extends BasicSplitPaneUI

A specific UI for removing border effects of the JSplitPanes used for docking.
Constructor Summary
DockingSplitPaneUI()
Method Summary
BasicSplitPaneDividercreateDefaultDivider()
Creates the default divider.
static ComponentUIcreateUI(JComponent x)
Creates a new DockingSplitPaneUI instance
protected voidinstallDefaults()
voidinstallUI(JComponent comp)
static voidsetDrawDelimitors(boolean draw)
if true, the UI will paint shadowed dots along the split pane divider, if false, the divider will remain empty.

Constructor Detail

DockingSplitPaneUI

public DockingSplitPaneUI()

Method Detail

createDefaultDivider

public BasicSplitPaneDivider createDefaultDivider()
Creates the default divider.

createUI

public static ComponentUI createUI(JComponent x)
Creates a new DockingSplitPaneUI instance

installDefaults

protected void installDefaults()

installUI

public void installUI(JComponent comp)

setDrawDelimitors

public static void setDrawDelimitors(boolean draw)

Deprecated: use UIManager.put("SplitContainer.drawDotsDelimitors", Boolean) instead

if true, the UI will paint shadowed dots along the split pane divider, if false, the divider will remain empty. Default is false
© Copyright 2004-2005 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications