| javax.swing.JPanel salomeTMF_plug.mantis.DefectViewPanel
Constructor Summary | |
public | DefectViewPanel(IBugJDialog pIBugJDialog, ExecutionResult execResult, ExecutionTestResult executionTestResult, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes, MantisPlugin pMantisPlugin) | public | DefectViewPanel(IBugJDialog pIBugJDialog, MantisPlugin pMantisPlugin) | public | DefectViewPanel(IBugJDialog pIBugJDialog, MantisPlugin pMantisPlugin, String envRestriction) | public | DefectViewPanel(IBugJDialog pIBugJDialog, DefectWrapper pDefectWrapper, MantisPlugin pMantisPlugin) |
assignedToComboBox | JComboBox assignedToComboBox(Code) | | La liste des destinataires
|
assignedToLabel | JLabel assignedToLabel(Code) | | Label pour le destinataire
|
assignedToTextField | JTextField assignedToTextField(Code) | | Champ texte pour le destinataire
|
comboEnvironnement | JComboBox comboEnvironnement(Code) | | ComboBox pour les environnement
|
descriptionArea | JTextArea descriptionArea(Code) | | Champ texte pour la description
|
descriptionLabel | JLabel descriptionLabel(Code) | | Label pour la description
|
environnementLabel | JLabel environnementLabel(Code) | | Label pour le produit
|
haveDoModification | boolean haveDoModification(Code) | | |
isEditView | boolean isEditView(Code) | | |
platformLabel | JLabel platformLabel(Code) | | Label pour la plateforme
|
priorityLabel | JLabel priorityLabel(Code) | | Label pour les priorités
|
reproducibilityComboBox | JComboBox reproducibilityComboBox(Code) | | La liste des reproductibilités
|
reproducibilityLabel | JLabel reproducibilityLabel(Code) | | Label pour la reproductibilité
|
resolutionComboBox | JComboBox resolutionComboBox(Code) | | La liste des resolutions
|
resolutionLabel | JLabel resolutionLabel(Code) | | Label pour la résolution
|
severityLabel | JLabel severityLabel(Code) | | Label pour l'importance
|
userNameLabel | JLabel userNameLabel(Code) | | Label de l'utilisateur
|
DefectViewPanel | public DefectViewPanel(IBugJDialog pIBugJDialog, ExecutionResult execResult, ExecutionTestResult executionTestResult, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes, MantisPlugin pMantisPlugin)(Code) | | Add Defect with information about test execution
Parameters: owner - Parameters: execResult - Parameters: executionTestResult - Parameters: actionName - Parameters: actionDesc - Parameters: actionAwatedRes - Parameters: actionEffectiveRes - Parameters: pMantisPlugin - |
DefectViewPanel | public DefectViewPanel(IBugJDialog pIBugJDialog, MantisPlugin pMantisPlugin)(Code) | | Add defect from empty description
Parameters: owner - Parameters: pMantisPlugin - |
DefectViewPanel | public DefectViewPanel(IBugJDialog pIBugJDialog, MantisPlugin pMantisPlugin, String envRestriction)(Code) | | Add defect with environement restriction
Parameters: owner - Parameters: pMantisPlugin - Parameters: envRestriction - |
DefectViewPanel | public DefectViewPanel(IBugJDialog pIBugJDialog, DefectWrapper pDefectWrapper, MantisPlugin pMantisPlugin)(Code) | | Edit existing defect
Parameters: owner - Parameters: pDefectWrapper - Parameters: pMantisPlugin - |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Listener **********************************
|
applyEnvRestriction | void applyEnvRestriction(String envName)(Code) | | |
commitPerformed | void commitPerformed()(Code) | | |
initComponent | void initComponent(boolean isEditView)(Code) | | |
initPanel | void initPanel(boolean isEditView)(Code) | | |
isDoingModification | public boolean isDoingModification()(Code) | | |
makeDefectWrapper | void makeDefectWrapper()(Code) | | |
modifyPerformed | void modifyPerformed()(Code) | | |
|
|