JComponentPack 1.3.0

com.zfqjava.swing.plaf
Class DockPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.DockPaneUI
Direct Known Subclasses:
BasicDockPaneUI

public abstract class DockPaneUI
extends ComponentUI

Pluggable look and feel interface for JDockPane.


Constructor Summary
DockPaneUI()
           
 
Method Summary
abstract  void addPartAt(JDockPane dockPane, SideMode mode, int index)
           
abstract  void removeAllPart(JDockPane dockPane, SideMode mode)
           
abstract  void removePartAt(JDockPane dockPane, SideMode mode, int index)
           
 
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
 

Constructor Detail

DockPaneUI

public DockPaneUI()
Method Detail

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)

JComponentPack 1.3.0

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