org.jdesktop.swingx.plaf
Class TaskPaneContainerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.TaskPaneContainerUI
Direct Known Subclasses:
BasicTaskPaneContainerUI

public abstract class TaskPaneContainerUI
extends PanelUI

Pluggable UI for JXTaskPaneContainer.


Constructor Summary
TaskPaneContainerUI()
           
 
Method Summary
 
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

TaskPaneContainerUI

public TaskPaneContainerUI()