java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard6Where
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class GenerateWebsiteWizard6Where
extends net.javaprog.ui.wizard.AbstractStep
Asks where we should create the website
-
Field Summary
Fields inherited from class net.javaprog.ui.wizard.AbstractStep
canCancel, canFinish, canGoBack, canGoNext, component, description, listenerList, name
Fields inherited from interface net.javaprog.ui.wizard.Step
BACK_PROPERTY, CANCEL_PROPERTY, FINISH_PROPERTY, NEXT_PROPERTY
-
Constructor Summary
ConstructorDescriptionThis Wizard prompts for the options regarding Highres -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks whether the supplied file is good for webpage generation and spams popups if notprotected JComponent
Creates the GUI widgetsvoid
Enforces that the user must check the directory before he can go nextMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
GenerateWebsiteWizard6Where
This Wizard prompts for the options regarding Highres- Parameters:
request
- The data object with all the settings
-
-
Method Details
-
check
Checks whether the supplied file is good for webpage generation and spams popups if not- Parameters:
targetDirectory
- Target directory- Returns:
- true if ok, false if not
-
createComponent
Creates the GUI widgets- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- The component to be shown
-
prepareRendering
public void prepareRendering()Enforces that the user must check the directory before he can go next
-