| javax.swing.JDialog salomeTMF_plug.docXML.common.GenDocDialog
GenDocDialog | public class GenDocDialog extends JDialog implements DataConstants,ActionListener(Code) | | Classe créant l'IHM permettant à l'utilisateur de sélectionner les
différentes options pour la création de la documentation
author: vapu8214 |
Method Summary | |
public void | actionPerformed(ActionEvent evt) | public void | annule() | void | campSelectionButtonPerformed() | void | cancelButtonPerformed() | void | centerScreen() | void | chapterSelectionButtonPerformed() | public void | createTitlePage(boolean testPlan) | public void | createTitlePage(String logoFilePath, String company, String title, String version, String infos, Date date, String author, String email) | void | docbookRadioPerformed() | void | enTeteButtonPerformed() | void | formBoxPerformed() | void | formulaireButtonPerformed() | void | gardeBoxPerformed() | void | gardeButtonPerformed() | public void | genereDoc() | void | genereDocCamp(Vector<XMLPrinterPlugin> listXMLPlugins, boolean multiFrame, boolean htmlFormat, String dirHtml, String xmlDirName, String saveFileName) Génère le document des campagnes i.e. | void | genereDocTest(Vector<XMLPrinterPlugin> listXMLPlugins, boolean multiFrame, boolean htmlFormat, String xmlDirName, String saveFileName) | public ArrayList<String> | getChosenChaptersList() | public javax.swing.tree.DefaultMutableTreeNode | getChosenRoot() Getter for property chosenRoot. | public Element | getElement() | public salomeTMF_plug.docXML.data.GardePage | getSave() Getter for property save. | public int | getSourceType() | public java.lang.String | getUrl_txt() Getter for property url_txt. | void | htmlButtonPerformed() | void | htmlRadioPerformed() | public void | initChosenChaptersList() | public boolean | isInitChapterSelection() | public boolean | isInitSelection() Getter for property initSelection. | public void | miseEnForme(String path, XSLGenerator pXSLGenerator, boolean testPlan) | void | piedButtonPerformed() | String | selectHTMLPerformed() | public void | setCampList(ArrayList<Campaign> camp) | public void | setChosenChaptersList(ArrayList<String> chosenChaptersList) | public void | setChosenRoot(javax.swing.tree.DefaultMutableTreeNode chosenRoot) Setter for property chosenRoot. | public void | setElement(Element e) | public void | setExecList(ArrayList<Execution> exec) | public void | setFamilyList(ArrayList<Family> li) | public void | setInitChapterSelection(boolean initChapterSelection) | public void | setInitSelection(boolean initSelection) Setter for property initSelection. | public void | setSave(salomeTMF_plug.docXML.data.GardePage save) Setter for property save. | public void | setSourceType(int sourceType) | public void | setSuiteList(ArrayList<TestList> li) | public void | setTestList(ArrayList<Test> li) | public void | showErrorMessage() | void | testSelectionButtonPerformed() | void | validationButtonPerformed() |
generation | boolean generation(Code) | | |
initChapterSelection | boolean initChapterSelection(Code) | | |
initSelection | boolean initSelection(Code) | | |
pageGardeElement | Element pageGardeElement(Code) | | |
sourceType | int sourceType(Code) | | |
campSelectionButtonPerformed | void campSelectionButtonPerformed() throws Exception(Code) | | |
centerScreen | void centerScreen()(Code) | | |
chapterSelectionButtonPerformed | void chapterSelectionButtonPerformed()(Code) | | |
createTitlePage | public void createTitlePage(boolean testPlan) throws Exception(Code) | | Create the title page by default
Parameters: testPlan - true if the generated document is the project test plan |
createTitlePage | public void createTitlePage(String logoFilePath, String company, String title, String version, String infos, Date date, String author, String email) throws Exception(Code) | | To create title page
Parameters: urlLogo - company logo url (can be null) Parameters: company - company name (can be null) Parameters: title - document's title (mandatory) Parameters: version - document's version (can be null) Parameters: infos - additional information (can be null) Parameters: date - Parameters: author - document's author (can be null) Parameters: email - author's email (can be null) |
docbookRadioPerformed | void docbookRadioPerformed()(Code) | | |
formulaireButtonPerformed | void formulaireButtonPerformed() throws Exception(Code) | | |
genereDoc | public void genereDoc() throws Exception(Code) | | Génération de la documentation Appel des méthodes de XmlGenerator
|
genereDocCamp | void genereDocCamp(Vector<XMLPrinterPlugin> listXMLPlugins, boolean multiFrame, boolean htmlFormat, String dirHtml, String xmlDirName, String saveFileName) throws Exception(Code) | | Génère le document des campagnes i.e. contenant les résultats d'exécution
Parameters: pContexte - Parameters: option - 0 : mode multi-frames, 1 : inclure les exécutions dans ledossier des campagnes, 2 : inclure les exécutions dans ledossier des campagnes Parameters: dirHtml - Parameters: xmlDirName - Parameters: saveFileName - |
getElement | public Element getElement()(Code) | | |
getSourceType | public int getSourceType()(Code) | | Returns the sourceType. |
htmlRadioPerformed | void htmlRadioPerformed()(Code) | | |
initChosenChaptersList | public void initChosenChaptersList()(Code) | | |
isInitChapterSelection | public boolean isInitChapterSelection()(Code) | | |
isInitSelection | public boolean isInitSelection()(Code) | | Getter for property initSelection.
Value of property initSelection. |
miseEnForme | public void miseEnForme(String path, XSLGenerator pXSLGenerator, boolean testPlan) throws Exception(Code) | | Méthode qui appelle les méthodes de XmlGenerator qui permettent d'ajouter
les éléments de la mise en forme en fonction de ce qui a été rempli dans
l'onglet "mise en forme" de l'IHM
Parameters: path - page html auquel on ajoute une mise en page Parameters: testPlan - true if the generated document id the project test plan |
setElement | public void setElement(Element e)(Code) | | |
setInitChapterSelection | public void setInitChapterSelection(boolean initChapterSelection)(Code) | | |
setInitSelection | public void setInitSelection(boolean initSelection)(Code) | | Setter for property initSelection.
Parameters: initSelection - New value of property initSelection. |
setSourceType | public void setSourceType(int sourceType)(Code) | | Parameters: sourceType - The sourceType to set. |
showErrorMessage | public void showErrorMessage()(Code) | | Méthode qui affiche les messages d'erreur
|
testSelectionButtonPerformed | void testSelectionButtonPerformed() throws Exception(Code) | | |
validationButtonPerformed | void validationButtonPerformed()(Code) | | |
|
|