net.javaprog.ui.wizard.plaf
Class WizardContentPaneUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--net.javaprog.ui.wizard.plaf.WizardContentPaneUI
Direct Known Subclasses:
BasicWizardContentPaneUI

public abstract class WizardContentPaneUI
extends ComponentUI

The super interface for the wizard's content pane UI delegate.


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