net.sf.fmj.ui.wizards
Class TranscodeWizard

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by net.sf.fmj.ui.wizard.Wizard
          extended by net.sf.fmj.ui.wizards.TranscodeWizard
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.beans.PropertyChangeListener, java.util.EventListener

public class TranscodeWizard
extends Wizard

Author:
Ken Larson

Field Summary
 
Fields inherited from class net.sf.fmj.ui.wizard.Wizard
BACK_BUTTON_ACTION_COMMAND, CANCEL_BUTTON_ACTION_COMMAND, CANCEL_RETURN_CODE, ERROR_RETURN_CODE, FINISH_RETURN_CODE, NEXT_BUTTON_ACTION_COMMAND
 
Constructor Summary
TranscodeWizard(java.awt.Frame owner, TranscodeWizardConfig config)
           
 
Method Summary
 TranscodeWizardConfig getConfig()
           
 TranscodeWizardResult getResult()
           
 boolean run()
           
 
Methods inherited from class net.sf.fmj.ui.wizard.Wizard
getBackButtonEnabled, getCancelButtonEnabled, getDialog, getModel, getNextFinishButtonEnabled, getOwner, getReturnCode, getTitle, isModal, propertyChange, registerWizardPanel, setBackButtonEnabled, setCancelButtonEnabled, setCurrentPanel, setModal, setNextFinishButtonEnabled, setTitle, showModalDialog, windowClosing
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodeWizard

public TranscodeWizard(java.awt.Frame owner,
                       TranscodeWizardConfig config)
Method Detail

getResult

public TranscodeWizardResult getResult()

getConfig

public TranscodeWizardConfig getConfig()

run

public boolean run()