| javax.swing.JDialog com.xoetrope.carousel.catalog.XCatalogueWizardDialog
XCatalogueWizardDialog | public class XCatalogueWizardDialog extends JDialog implements ActionListener(Code) | | A wizard to generate a product catalogue application
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.12 $
|
Method Summary | |
public void | actionPerformed(ActionEvent evt) Action listener which listens for events on the cancel, next, back and finish button of the wizard. | public void | addJar(String name) Add jar to the project properties. | public void | addProperty(String key, String value) Used to add a property to the startup.properties file. | public void | buildNewCatalogue() | protected void | copyFile(String src, String dst) Copy class resource file to the current project. | public void | copyResourceFile(String src, String dst) Used to copy files from the carousel resources directory to the current project. | void | jbInit() Method used to initialise the components use in the wizard. | public void | processCheckoutTemplate() Responsible for setting up and processing the Checkout page template. | public void | processWelcomeTemplate() Responsible for setting up and processing the Welcome page template. | public void | removeProperty(String key) Used to remove a property from the startup.properties file. | public void | setDataBaseInfo() Transfer files related to the setting up of a database connection within the project. | public void | setStyleInfo() Set the preferred size for the generated catalog. |
XCatalogueWizardDialog | public XCatalogueWizardDialog(XEditorProject project)(Code) | | Constructor, which takes an XEditorProject instance
Parameters: project - the passed XEditorProject instance |
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | Action listener which listens for events on the cancel, next, back and finish button of the wizard.
Parameters: evt - the passed ActionEvent instance |
addJar | public void addJar(String name)(Code) | | Add jar to the project properties.
Parameters: name - String representing the path of the jar to be added. |
addProperty | public void addProperty(String key, String value)(Code) | | Used to add a property to the startup.properties file.
Parameters: key - String representing the property key. Parameters: value - String representing the property value. |
buildNewCatalogue | public void buildNewCatalogue()(Code) | | Called after completion of the catalogue wizard to build the generated catalogue
|
copyFile | protected void copyFile(String src, String dst)(Code) | | Copy class resource file to the current project.
Parameters: src - String representing the path of the file to be copied. Parameters: dst - String representing the path where it is to be copied too. |
copyResourceFile | public void copyResourceFile(String src, String dst)(Code) | | Used to copy files from the carousel resources directory to the current project.
Parameters: in - String representing the path of the file to be copied. Parameters: out - String representing the path where it is to be copied too. |
jbInit | void jbInit() throws Exception(Code) | | Method used to initialise the components use in the wizard.
|
processCheckoutTemplate | public void processCheckoutTemplate()(Code) | | Responsible for setting up and processing the Checkout page template.
|
processWelcomeTemplate | public void processWelcomeTemplate()(Code) | | Responsible for setting up and processing the Welcome page template.
|
removeProperty | public void removeProperty(String key)(Code) | | Used to remove a property from the startup.properties file.
Parameters: key - String representing the property key. |
setDataBaseInfo | public void setDataBaseInfo()(Code) | | Transfer files related to the setting up of a database connection within the project.
|
setStyleInfo | public void setStyleInfo()(Code) | | Set the preferred size for the generated catalog.
|
|
|