org.onebusaway.quickstart.bootstrap.gui
Class TransitDataBundlePathWizardPanelController

java.lang.Object
  extended by org.onebusaway.quickstart.bootstrap.gui.wizard.AbstractWizardPanelController
      extended by org.onebusaway.quickstart.bootstrap.gui.TransitDataBundlePathWizardPanelController
All Implemented Interfaces:
WizardPanelController

public class TransitDataBundlePathWizardPanelController
extends AbstractWizardPanelController


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

Constructor Detail

TransitDataBundlePathWizardPanelController

public TransitDataBundlePathWizardPanelController(GuiQuickstartDataModel model,
                                                  WizardController controller)
Method Detail

getPanel

public JPanel getPanel()

getBackPanelId

public Object getBackPanelId()
Specified by:
getBackPanelId in interface WizardPanelController
Overrides:
getBackPanelId in class AbstractWizardPanelController

getNextPanelId

public Object getNextPanelId()
Specified by:
getNextPanelId in interface WizardPanelController
Overrides:
getNextPanelId in class AbstractWizardPanelController

willSetVisible

public void willSetVisible(WizardController controller,
                           boolean visible)
Specified by:
willSetVisible in interface WizardPanelController
Overrides:
willSetVisible in class AbstractWizardPanelController


Copyright © 2012 OneBusAway. All Rights Reserved.