org.cagrid.common.wizard
Class CaGridWizardModel

java.lang.Object
  extended by org.pietschy.wizard.AbstractWizardModel
      extended by org.pietschy.wizard.models.MultiPathModel
          extended by org.cagrid.common.wizard.CaGridWizardModel
All Implemented Interfaces:
OverviewProvider, WizardModel

public class CaGridWizardModel
extends MultiPathModel
implements OverviewProvider


Constructor Summary
CaGridWizardModel(Path arg0, javax.swing.JComponent overviewComponent)
           
 
Method Summary
 javax.swing.JComponent getOverviewComponent()
          Called to get a component that provides an overview of the wizard.
 
Methods inherited from class org.pietschy.wizard.models.MultiPathModel
allStepsComplete, getFirstPath, getLastPath, getPathForStep, isLastStep, lastStep, nextStep, previousStep, refreshModelState, reset, stepIterator
 
Methods inherited from class org.pietschy.wizard.AbstractWizardModel
addCompleteListener, addPropertyChangeListener, addPropertyChangeListener, getActiveStep, isLastAvailable, isLastVisible, isNextAvailable, isPreviousAvailable, removePropertyChangeListener, removePropertyChangeListener, setActiveStep, setCancelAvailable, setLastAvailable, setLastVisible, setNextAvailable, setPreviousAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaGridWizardModel

public CaGridWizardModel(Path arg0,
                         javax.swing.JComponent overviewComponent)
Method Detail

getOverviewComponent

public javax.swing.JComponent getOverviewComponent()
Description copied from interface: OverviewProvider
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.

Specified by:
getOverviewComponent in interface OverviewProvider
Returns:
a componet that provides an overview of the wizard progress.