com.ozziefix.jlwizard.navigation
Interface WizardNavigator

All Known Implementing Classes:
AbstractWizardNavigator, SimpleWizardNavigator, WindowsWizardNavigator

public interface WizardNavigator

This is the panel containing the navigation buttons in the bottom of the wizard dialog.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Method Summary
 javax.swing.JComponent getNavigatorComponent()
           The JComponent that handles the rendering of the navigator.
 Wizard getWizard()
           The wizard this navigator belongs to
 void refresh()
           This method is used to notify the navigator that navigation has occurred within the wizard, so the action buttons should be refreshed
 void setWizard(Wizard wizard)
           This should only be called from the setNavigator() method of the Wizard.
 

Method Detail

getNavigatorComponent

javax.swing.JComponent getNavigatorComponent()

The JComponent that handles the rendering of the navigator.

Returns:
the navigatorComponent

setWizard

void setWizard(Wizard wizard)

This should only be called from the setNavigator() method of the Wizard.

Parameters:
wizard - wizard this navigator belongs to

getWizard

Wizard getWizard()

The wizard this navigator belongs to

Returns:
the wizard

refresh

void refresh()

This method is used to notify the navigator that navigation has occurred within the wizard, so the action buttons should be refreshed



Copyright © 2004 - 2005 by Jurgen Lust.