net.javaprog.ui.wizard.plaf.plastic
Class PlasticWizardContentPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by net.javaprog.ui.wizard.plaf.WizardContentPaneUI
          extended by net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
              extended by net.javaprog.ui.wizard.plaf.metal.MetalWizardContentPaneUI
                  extended by net.javaprog.ui.wizard.plaf.plastic.PlasticWizardContentPaneUI

public class PlasticWizardContentPaneUI
extends MetalWizardContentPaneUI

Adapts the wizard's content pane to the Plastic look and feel.

Author:
Michael Rudolf

Nested Class Summary
 
Nested classes/interfaces inherited from class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
BasicWizardContentPaneUI.BasicPropertyChangeHandler, BasicWizardContentPaneUI.BasicWizardLayout, BasicWizardContentPaneUI.BasicWizardModelHandler
 
Field Summary
 
Fields inherited from class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
actionListener, currentStep, propertyChangeListener, stepDescriptionRenderer, stepListRenderer, windowListener, wizard, wizardContentPane, wizardModelListener, wizardNavigator
 
Constructor Summary
PlasticWizardContentPaneUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 
Methods inherited from class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI
createActionListener, createLayoutManager, createPropertyChangeListener, createWindowListener, createWizardModelListener, createWizardNavigator, getPropertyPrefix, installComponents, installDefaults, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI, updateStepComponent, updateStepDescriptionRendererComponent, updateStepListRendererComponent
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlasticWizardContentPaneUI

public PlasticWizardContentPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)