net.javaprog.ui.wizard
Interface StepDescriptionRenderer

All Known Implementing Classes:
MetalStepDescriptionRenderer, WindowsStepDescriptionRenderer

public interface StepDescriptionRenderer

Provides an interface for rendering step meta information.


Method Summary
 Component getStepDescriptionRendererComponent(Wizard wizard)
          Returns a component capable of rendering step meta information.
 void updateStepDescription(Step step)
          Called to update the display for the given step.
 

Method Detail

getStepDescriptionRendererComponent

public Component getStepDescriptionRendererComponent(Wizard wizard)
Returns a component capable of rendering step meta information.


updateStepDescription

public void updateStepDescription(Step step)
Called to update the display for the given step.