|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.analysesi.gui.PropertiesManager
public class PropertiesManager
Le gestionnaire de propriété d'AnalyseSI.
Field Summary | |
---|---|
static org.slf4j.Logger |
logger
|
Constructor Summary | |
---|---|
PropertiesManager(AnalyseSIFrame analyseSIFrame)
Le constructeur du gestionnaire de propriétés. |
Method Summary | |
---|---|
void |
initProperties()
Initialise les propriétés par défaut. |
void |
loadProperties()
Récupère les propriétés depuis un fichier. |
void |
saveProperties()
Sauvegarde les propriétés dans un fichier. |
boolean |
validProperties()
Vérifie que toutes les propriétés sont correctes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.slf4j.Logger logger
Constructor Detail |
---|
public PropertiesManager(AnalyseSIFrame analyseSIFrame)
analyseSIFrame
- la fenêtre principale d'AnalyseSIMethod Detail |
---|
public void saveProperties()
public void loadProperties()
public boolean validProperties()
public void initProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |