org.onebusaway.quickstart.bootstrap.gui.wizard
Class AbstractWizardPanelController

java.lang.Object
  extended by 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


Constructor Summary
AbstractWizardPanelController()
           
 
Method Summary
 void didSetVisible(WizardController controller, boolean visible)
           
 Object getBackPanelId()
           
 Object getNextPanelId()
           
 void willSetVisible(WizardController controller, boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.onebusaway.quickstart.bootstrap.gui.wizard.WizardPanelController
getPanel
 

Constructor Detail

AbstractWizardPanelController

public AbstractWizardPanelController()
Method Detail

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.