|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepDescriptionRenderer
Provides an interface for rendering step meta information. Implementing
classes should subclass an appropriate java.awt.Component
subclass and return a reference to themselves:
public class MyStepDescriptionRenderer extends JPanel implements StepDescriptionRenderer { public Component getStepDescriptionRendererComponent(Wizard w) { return this; } ... }
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 |
---|
Component getStepDescriptionRendererComponent(Wizard wizard)
void updateStepDescription(Step step)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |