Class WizardSupport.LoadSavedGamePanels

java.lang.Object
org.netbeans.spi.wizard.WizardPanelProvider
VASSAL.build.module.WizardSupport.LoadSavedGamePanels
Enclosing class:
WizardSupport

public static class WizardSupport.LoadSavedGamePanels extends org.netbeans.spi.wizard.WizardPanelProvider
Wizard pages for loading a saved game
Author:
rkinney
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    createPanel​(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)
     

    Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider

    cancel, createWizard, finish, getLongDescription, indexOfStep, recycleExistingPanel, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LoadSavedGamePanels

      public LoadSavedGamePanels()
  • Method Details

    • createPanel

      protected JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)
      Specified by:
      createPanel in class org.netbeans.spi.wizard.WizardPanelProvider