com.sri.emo.wizard.creation
Class EmoDebugWizardPage

java.lang.Object
  extended by com.sri.emo.wizard.defaults.EmoWizardPage
      extended by com.sri.emo.wizard.creation.EmoDebugWizardPage
All Implemented Interfaces:
WizardPage, Serializable

public class EmoDebugWizardPage
extends EmoWizardPage

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
EmoDebugWizardPage(Integer newId, PageMetadata pageMetadata, ValidValue[] optionalMenu)
           
 
Method Summary
 void setData(Serializable newData)
          Sets the data associated with the page.
 
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage
addError, equals, getData, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmoDebugWizardPage

public EmoDebugWizardPage(Integer newId,
                          PageMetadata pageMetadata,
                          ValidValue[] optionalMenu)
Method Detail

setData

public void setData(Serializable newData)
             throws WizardException
Description copied from interface: WizardPage
Sets the data associated with the page.

Specified by:
setData in interface WizardPage
Overrides:
setData in class EmoWizardPage
Parameters:
newData - the new data for the page.
Throws:
WizardException - upon error.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.