| |
|
| javax.swing.JDialog salomeTMF_plug.gen_doc_xml.CreateProjectDialog
CreateProjectDialog | public class CreateProjectDialog extends JDialog (Code) | | |
adminNameComboBox | JComboBox adminNameComboBox(Code) | | La liste des utilisateurs pouvant être admin
|
initSelection | boolean initSelection(Code) | | |
majAttachPb | boolean majAttachPb(Code) | | |
recupAttachPb | boolean recupAttachPb(Code) | | |
selectionDesTests | boolean selectionDesTests(Code) | | |
getErrorMessage | public String getErrorMessage()(Code) | | Returns the errorMessage. |
getFamilySelectionList | public ArrayList getFamilySelectionList()(Code) | | Returns the familySelectionList. |
getNewProject | public Project getNewProject()(Code) | | Returns the newProject. |
getSuiteSelectionList | public ArrayList getSuiteSelectionList()(Code) | | Returns the suiteSelectionList. |
getTestSelectionList | public ArrayList getTestSelectionList()(Code) | | Returns the testSelectionList. |
isInitSelection | public boolean isInitSelection()(Code) | | Returns the initSelection. |
isMajAttachPb | public boolean isMajAttachPb()(Code) | | Returns the majAttachPb. |
isRecupAttachPb | public boolean isRecupAttachPb()(Code) | | Returns the recupAttachPb. |
isSelectionDesTests | public boolean isSelectionDesTests()(Code) | | Returns the selectionDesTests. |
setErrorMessage | public void setErrorMessage(String errorMessage)(Code) | | Parameters: errorMessage - The errorMessage to set. |
setFamilySelectionList | public void setFamilySelectionList(ArrayList familySelectionList)(Code) | | Parameters: familySelectionList - The familySelectionList to set. |
setInitSelection | public void setInitSelection(boolean initSelection)(Code) | | Parameters: initSelection - The initSelection to set. |
setMajAttachPb | public void setMajAttachPb(boolean majAttachPb)(Code) | | Parameters: majAttachPb - The majAttachPb to set. |
setNewProject | public void setNewProject(Project newProject)(Code) | | Parameters: newProject - The newProject to set. |
setRecupAttachPb | public void setRecupAttachPb(boolean recupAttachPb)(Code) | | Parameters: recupAttachPb - The recupAttachPb to set. |
setSelectionDesTests | public void setSelectionDesTests(boolean selectionDesTests)(Code) | | Parameters: selectionDesTests - The selectionDesTests to set. |
setSuiteSelectionList | public void setSuiteSelectionList(ArrayList suiteSelectionList)(Code) | | Parameters: suiteSelectionList - The suiteSelectionList to set. |
setTestSelectionList | public void setTestSelectionList(ArrayList testSelectionList)(Code) | | Parameters: testSelectionList - The testSelectionList to set. |
showErrorMessage | public void showErrorMessage()(Code) | | Méthode qui affiche les messages d'erreur
|
xmlParser | public Document xmlParser(String path) throws Exception(Code) | | Méthode qui parse le document XML dont le chemin est indiqué dans "path"
Parameters: path - un document DOM4J throws: Exception - |
|
|
|