edu.ucsb.nceas.morpho.plugins.datapackagewizard
Class WizardPageLibrary

java.lang.Object
  extended byedu.ucsb.nceas.morpho.plugins.datapackagewizard.WizardPageLibrary

public class WizardPageLibrary
extends java.lang.Object

Class WizardPageLibrary - a container for all the wizard pages, that can be retrieved by ID using the getPage() method


Constructor Summary
WizardPageLibrary(WizardContainerFrame container)
           
 
Method Summary
static AbstractUIPage getPage(java.lang.String pageID)
          returns the WizardPage with the corresponding pageID provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardPageLibrary

public WizardPageLibrary(WizardContainerFrame container)
Method Detail

getPage

public static AbstractUIPage getPage(java.lang.String pageID)
returns the WizardPage with the corresponding pageID provided

Parameters:
pageID - the String pageID for the WizardPage to be returned
Returns:
the corresponding WizardPage with this ID


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.