| javax.swing.JPanel org.objectweb.salome_tmf.ihm.main.AskNewBugDefaultPanel
Constructor Summary | |
public | AskNewBugDefaultPanel(IBugJDialog pAskNewBug, BugTracker bugTrack, boolean _autofill, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes) | public | AskNewBugDefaultPanel(IBugJDialog pAskNewBug, BugTracker bugTrack, boolean editable, Attachment _theBug, String environement, String user, String plateforme, String os, String priority, String severity, String status, String reproducibility, String resolution, String recipient, String url, String resume, String description) |
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
|
autofill | boolean autofill(Code) | | |
descriptionArea | JTextArea descriptionArea(Code) | | Champ texte pour la description
|
descriptionLabel | JLabel descriptionLabel(Code) | | Label pour la description
|
platformLabel | JLabel platformLabel(Code) | | Label pour la plateforme
|
priorityLabel | JLabel priorityLabel(Code) | | Label pour les priorités
|
productLabel | JLabel productLabel(Code) | | Label pour le produit
|
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
|
AskNewBugDefaultPanel | public AskNewBugDefaultPanel(IBugJDialog pAskNewBug, BugTracker bugTrack, boolean editable, Attachment _theBug, String environement, String user, String plateforme, String os, String priority, String severity, String status, String reproducibility, String resolution, String recipient, String url, String resume, String description)(Code) | | Constructeur de la fenêtre pour montrer un bug
|
initComponent | void initComponent()(Code) | | |
|
|