net.javaprog.ui.wizard.plaf
Class WizardContentPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by net.javaprog.ui.wizard.plaf.WizardContentPaneUI
Direct Known Subclasses:
BasicWizardContentPaneUI

public abstract class WizardContentPaneUI
extends ComponentUI

The superclass for the wizard's content pane UI delegate.

Author:
Michael Rudolf

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

WizardContentPaneUI

public WizardContentPaneUI()