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 Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

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

    Methods inherited from class java.lang.Object Link icon

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

    • LoadSavedGamePanels Link icon

      public LoadSavedGamePanels()
  • Method Details Link icon

    • createPanel Link icon

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