MAJ V4.4.3
This commit is contained in:
parent
5f62dc7bfd
commit
2355a2658d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -457,58 +457,6 @@ public final class proprieteFichierAnalyse extends JFrame {
|
|||||||
btnAideHistoriquePresent.setIcon(new ImageIcon(proprieteFichierAnalyse.class.getResource("/resources/whatmini.png")));
|
btnAideHistoriquePresent.setIcon(new ImageIcon(proprieteFichierAnalyse.class.getResource("/resources/whatmini.png")));
|
||||||
contentPane.add(btnAideHistoriquePresent, "cell 6 11,aligny top");
|
contentPane.add(btnAideHistoriquePresent, "cell 6 11,aligny top");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(commandes.sujet.getAttributs().get("creationDate")!=null){
|
|
||||||
textFieldDateCreation.setText(commandes.sujet.getAttributs().get("creationDate"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("controleDateCreation")!=null){
|
|
||||||
comboBoxcontroleDateCreation.setSelectedItem(commandes.sujet.getAttributs().get("controleDateCreation").toLowerCase());
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("Initial_Creator")!=null){
|
|
||||||
textFieldInitial_Creator.setText(commandes.sujet.getAttributs().get("Initial_Creator"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("controle_Initial_Creator")!=null){
|
|
||||||
comboBoxcontrole_Initial_Creator.setSelectedItem(commandes.sujet.getAttributs().get("controle_Initial_Creator").toLowerCase());
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("modificationDateMini")!=null){
|
|
||||||
textField_dateModificationMini.setText(commandes.sujet.getAttributs().get("modificationDateMini"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("controleDateModificationMini")!=null){
|
|
||||||
comboBoxcontrole_modificationDateMini.setSelectedItem(commandes.sujet.getAttributs().get("controleDateModificationMini").toLowerCase());
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("metaSujet")!=null){
|
|
||||||
textFieldMetaSujet.setText(commandes.sujet.getAttributs().get("metaSujet"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("link_help")!=null){
|
|
||||||
textFieldlink_help.setText(commandes.sujet.getAttributs().get("link_help"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("link_sujet")!=null){
|
|
||||||
textFieldlink_sujet.setText(commandes.sujet.getAttributs().get("link_sujet"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("notefrom")!=null){
|
|
||||||
textFieldNoteFrom.setText(commandes.sujet.getAttributs().get("notefrom"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("progression")!=null){
|
|
||||||
textFieldProgression.setText(commandes.sujet.getAttributs().get("progression"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("historiquePresent")!=null){
|
|
||||||
comboBoxhistoriquePresent.setSelectedItem(commandes.sujet.getAttributs().get("historiquePresent").toLowerCase());
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("titre")!=null){
|
|
||||||
textFieldTitre.setText(commandes.sujet.getAttributs().get("titre"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("auteur")!=null){
|
|
||||||
textFieldAuteur.setText(commandes.sujet.getAttributs().get("auteur"));
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("presenceMetaSujet")!=null){
|
|
||||||
comboBoxPresenceMetaSujet.setSelectedItem(commandes.sujet.getAttributs().get("presenceMetaSujet").toLowerCase());
|
|
||||||
}
|
|
||||||
if(commandes.sujet.getAttributs().get("baremeABC")!=null){
|
|
||||||
comboBoxBaremeABC.setSelectedItem(commandes.sujet.getAttributs().get("baremeABC").toLowerCase());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Bouton de calcul de la base numérique
|
// Bouton de calcul de la base numérique
|
||||||
btnVoirBaremeNumeric = new JButton("");
|
btnVoirBaremeNumeric = new JButton("");
|
||||||
btnVoirBaremeNumeric.addActionListener(new ActionListener() {
|
btnVoirBaremeNumeric.addActionListener(new ActionListener() {
|
||||||
@ -614,6 +562,56 @@ public final class proprieteFichierAnalyse extends JFrame {
|
|||||||
btnAidecontrole_dateModificationMini.setIcon(new ImageIcon(proprieteFichierAnalyse.class.getResource("/resources/whatmini.png")));
|
btnAidecontrole_dateModificationMini.setIcon(new ImageIcon(proprieteFichierAnalyse.class.getResource("/resources/whatmini.png")));
|
||||||
contentPane.add(btnAidecontrole_dateModificationMini, "cell 6 14");
|
contentPane.add(btnAidecontrole_dateModificationMini, "cell 6 14");
|
||||||
|
|
||||||
|
|
||||||
|
if(commandes.sujet.getAttributs().get("creationDate")!=null){
|
||||||
|
textFieldDateCreation.setText(commandes.sujet.getAttributs().get("creationDate"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("controleDateCreation")!=null){
|
||||||
|
comboBoxcontroleDateCreation.setSelectedItem(commandes.sujet.getAttributs().get("controleDateCreation").toLowerCase());
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("Initial_Creator")!=null){
|
||||||
|
textFieldInitial_Creator.setText(commandes.sujet.getAttributs().get("Initial_Creator"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("controle_Initial_Creator")!=null){
|
||||||
|
comboBoxcontrole_Initial_Creator.setSelectedItem(commandes.sujet.getAttributs().get("controle_Initial_Creator").toLowerCase());
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("modificationDateMini")!=null){
|
||||||
|
textField_dateModificationMini.setText(commandes.sujet.getAttributs().get("modificationDateMini"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("controleDateModificationMini")!=null){
|
||||||
|
comboBoxcontrole_modificationDateMini.setSelectedItem(commandes.sujet.getAttributs().get("controleDateModificationMini").toLowerCase());
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("metaSujet")!=null){
|
||||||
|
textFieldMetaSujet.setText(commandes.sujet.getAttributs().get("metaSujet"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("link_help")!=null){
|
||||||
|
textFieldlink_help.setText(commandes.sujet.getAttributs().get("link_help"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("link_sujet")!=null){
|
||||||
|
textFieldlink_sujet.setText(commandes.sujet.getAttributs().get("link_sujet"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("notefrom")!=null){
|
||||||
|
textFieldNoteFrom.setText(commandes.sujet.getAttributs().get("notefrom"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("progression")!=null){
|
||||||
|
textFieldProgression.setText(commandes.sujet.getAttributs().get("progression"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("historiquePresent")!=null){
|
||||||
|
comboBoxhistoriquePresent.setSelectedItem(commandes.sujet.getAttributs().get("historiquePresent").toLowerCase());
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("titre")!=null){
|
||||||
|
textFieldTitre.setText(commandes.sujet.getAttributs().get("titre"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("auteur")!=null){
|
||||||
|
textFieldAuteur.setText(commandes.sujet.getAttributs().get("auteur"));
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("presenceMetaSujet")!=null){
|
||||||
|
comboBoxPresenceMetaSujet.setSelectedItem(commandes.sujet.getAttributs().get("presenceMetaSujet").toLowerCase());
|
||||||
|
}
|
||||||
|
if(commandes.sujet.getAttributs().get("baremeABC")!=null){
|
||||||
|
comboBoxBaremeABC.setSelectedItem(commandes.sujet.getAttributs().get("baremeABC").toLowerCase());
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fermeture de la fenêtre.
|
* Fermeture de la fenêtre.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user