net.javaprog.ui.wizard.plaf.metal
Class MetalWizardContentPaneUI

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

public class MetalWizardContentPaneUI
extends BasicWizardContentPaneUI

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


Nested Class Summary
 
Nested classes 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
MetalWizardContentPaneUI()
           
 
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

MetalWizardContentPaneUI

public MetalWizardContentPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)