org.pietschy.wizard
Interface OverviewProvider

All Known Implementing Classes:
StaticModel

public interface OverviewProvider

An interface that marks a model as providing an overview component for the wizard.

If the models implements this interface, the overview will be displayed in the left pane of the wizard. The overview can be hidden by calling Wizard.setOverviewVisible(boolean) with a value of false.


Method Summary
 javax.swing.JComponent getOverviewComponent()
          Called to get a component that provides an overview of the wizard.
 

Method Detail

getOverviewComponent

public javax.swing.JComponent getOverviewComponent()
Called to get a component that provides an overview of the wizard. This component will be shown in the wizard on the side corresponding the BorderLayout.LINE_START.

Returns:
a componet that provides an overview of the wizard progress.


Copyright © 2004 Andrew Pietsch.