org.onebusaway.quickstart.bootstrap.gui.wizard
Class AbstractWizardPanelController
java.lang.Object
org.onebusaway.quickstart.bootstrap.gui.wizard.AbstractWizardPanelController
- All Implemented Interfaces:
- WizardPanelController
- Direct Known Subclasses:
- GtfsPathWizardPanelController, GtfsRealtimePathsWizardPanelController, QuickStartTypeWizardPanelController, RunWizardPanelController, TransitDataBundlePathWizardPanelController, WelcomeWizardPanelController
public abstract class AbstractWizardPanelController
- extends Object
- implements WizardPanelController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWizardPanelController
public AbstractWizardPanelController()
getBackPanelId
public Object getBackPanelId()
- Specified by:
getBackPanelId
in interface WizardPanelController
getNextPanelId
public Object getNextPanelId()
- Specified by:
getNextPanelId
in interface WizardPanelController
willSetVisible
public void willSetVisible(WizardController controller,
boolean visible)
- Specified by:
willSetVisible
in interface WizardPanelController
didSetVisible
public void didSetVisible(WizardController controller,
boolean visible)
- Specified by:
didSetVisible
in interface WizardPanelController
Copyright © 2012 OneBusAway. All Rights Reserved.