com.vlsolutions.swing.docking.ui
Class DetachedDockViewUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
com.vlsolutions.swing.docking.ui.DetachedDockViewUI
public class DetachedDockViewUI
- extends BasicPanelUI
The UI of the "detached" (floating) dockview.
- Since:
- 2.0
- See Also:
DockView
,
DetachedDockView
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetachedDockViewUI
public DetachedDockViewUI()
createUI
public static ComponentUI createUI(JComponent c)
- Creates a UI for the given component (shared instance)
installUI
public void installUI(JComponent c)
- Installs the component's UI
- Overrides:
installUI
in class BasicPanelUI
uninstallUI
public void uninstallUI(JComponent c)
- Uninstalls the component's UI
- Overrides:
uninstallUI
in class BasicPanelUI
© Copyright 2004-2005 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications