com.zfqjava.swing.plaf.basic
Class BasicDockPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.zfqjava.swing.plaf.DockPaneUI
com.zfqjava.swing.plaf.basic.BasicDockPaneUI
public class BasicDockPaneUI
- extends DockPaneUI
The basic L&F for DockPaneUI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicDockPaneUI
public BasicDockPaneUI()
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
Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.