|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepListRenderer
Provides an interface for rendering step sequence meta information.
Implementing classes should subclass an appropriate
java.awt.Component
subclass and return a reference to
themselves:
public class MyStepListRenderer extends JPanel implements StepListRenderer { public Component getStepListRendererComponent(Wizard w) { return this; } ... }
Method Summary | |
---|---|
Component |
getStepListRendererComponent(Wizard wizard)
Returns a component capable of rendering step sequence meta information. |
void |
updateStepList(WizardModel model)
Called to update the display for the given step sequence. |
Method Detail |
---|
Component getStepListRendererComponent(Wizard wizard)
void updateStepList(WizardModel model)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |