|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digi.config.util.ModifiedSettings
This class keeps track of all changed values
Constructor Summary | |
ModifiedSettings()
Constructor |
Method Summary | |
boolean |
getBooleanProperty(java.lang.String section,
java.lang.String tag)
This method gets property and returns a boolean value |
java.awt.Color |
getColorProperty(java.lang.String section,
java.lang.String tag)
This method gets the profile property for a color |
java.lang.String |
getProperty(java.lang.String Section,
java.lang.String key)
This method gets property |
java.util.Hashtable |
getSections()
This method returns the section hashtable |
boolean |
hasPropertyChanged(java.lang.String section,
java.lang.String key)
This method checks if a profile property is changed |
boolean |
hasSectionChanged(java.lang.String section)
This method checks if a section is changed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModifiedSettings()
Method Detail |
public boolean getBooleanProperty(java.lang.String section, java.lang.String tag)
section
- Section nametag
- Key name
public java.awt.Color getColorProperty(java.lang.String section, java.lang.String tag)
section
- Section nametag
- Key name
public java.lang.String getProperty(java.lang.String Section, java.lang.String key)
Section
- Section namekey
- name of property
public java.util.Hashtable getSections()
public boolean hasPropertyChanged(java.lang.String section, java.lang.String key)
section
- Section namekey
- name of property
public boolean hasSectionChanged(java.lang.String section)
section
- Section name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |