com.vlsolutions.swing.docking.ui
Class DetachedDockViewUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by javax.swing.plaf.basic.BasicPanelUI
              extended by com.vlsolutions.swing.docking.ui.DetachedDockViewUI

public class DetachedDockViewUI
extends javax.swing.plaf.basic.BasicPanelUI

The UI of the "detached" (floating) dockview.

Since:
2.0
See Also:
DockView, DetachedDockView

Constructor Summary
DetachedDockViewUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates a UI for the given component (shared instance)
 void installUI(javax.swing.JComponent c)
          Installs the component's UI
 void uninstallUI(javax.swing.JComponent c)
          Uninstalls the component's UI
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installDefaults, uninstallDefaults
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetachedDockViewUI

public DetachedDockViewUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Creates a UI for the given component (shared instance)


installUI

public void installUI(javax.swing.JComponent c)
Installs the component's UI

Overrides:
installUI in class javax.swing.plaf.basic.BasicPanelUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Uninstalls the component's UI

Overrides:
uninstallUI in class javax.swing.plaf.basic.BasicPanelUI


© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications