com.vlsolutions.swing.docking.ui
public class DockingSplitPaneUI extends BasicSplitPaneUI
| Constructor Summary | |
|---|---|
| DockingSplitPaneUI() | |
| Method Summary | |
|---|---|
| BasicSplitPaneDivider | createDefaultDivider()
Creates the default divider. |
| static ComponentUI | createUI(JComponent x)
Creates a new DockingSplitPaneUI instance |
| protected void | installDefaults() |
| void | installUI(JComponent comp) |
| static void | setDrawDelimitors(boolean draw) if true, the UI will paint shadowed dots along the split pane divider,
if false, the divider will remain empty. |
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