com.zfqjava.swing.plaf
Class DockPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.zfqjava.swing.plaf.DockPaneUI
- Direct Known Subclasses:
- BasicDockPaneUI
public abstract class DockPaneUI
- extends ComponentUI
Pluggable look and feel interface for JDockPane.
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DockPaneUI
public DockPaneUI()
addPartAt
public abstract void addPartAt(JDockPane dockPane,
SideMode mode,
int index)
removePartAt
public abstract void removePartAt(JDockPane dockPane,
SideMode mode,
int index)
removeAllPart
public abstract void removeAllPart(JDockPane dockPane,
SideMode mode)
Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.