JComponentPack 1.3.0

com.zfqjava.swing.plaf.basic
Class BasicDockPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.DockPaneUI
          extended by com.zfqjava.swing.plaf.basic.BasicDockPaneUI

public class BasicDockPaneUI
extends DockPaneUI

The basic L&F for DockPaneUI.


Constructor Summary
BasicDockPaneUI()
           
 
Method Summary
 void addPartAt(JDockPane dockPane, SideMode mode, int index)
           
static ComponentUI createUI(JComponent c)
           
 void installUI(JComponent c)
           
 void removeAllPart(JDockPane dockPane, SideMode mode)
           
 void removePartAt(JDockPane dockPane, SideMode mode, int index)
           
 void uninstallUI(JComponent c)
           
 
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

BasicDockPaneUI

public BasicDockPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

addPartAt

public void addPartAt(JDockPane dockPane,
                      SideMode mode,
                      int index)
Specified by:
addPartAt in class DockPaneUI

removePartAt

public void removePartAt(JDockPane dockPane,
                         SideMode mode,
                         int index)
Specified by:
removePartAt in class DockPaneUI

removeAllPart

public void removeAllPart(JDockPane dockPane,
                          SideMode mode)
Specified by:
removeAllPart in class DockPaneUI

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.