|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
daoc.editor.model.PropertyGroup
A group of adapter properties.
| Constructor Summary | |
PropertyGroup(java.lang.String name,
java.lang.String[] subNames,
java.lang.String[] subFiles)
|
|
| Method Summary | |
int |
getGroupIndex(java.lang.String adapter)
Returns the group index of the given adapter. |
java.lang.String[] |
getGroupNames()
Sub group names. |
java.lang.String[] |
getKeys()
Returns union of keys for all subgroups. |
java.lang.String |
getName()
Group name. |
java.lang.String[] |
getSubList(int idx)
Returns the keys for a given property set. |
void |
saveAllProperties()
Saves properties for all groups. |
void |
saveSubProperties(int group)
Saves all property files in this group. |
void |
setSubProperty(int group,
java.lang.String key,
java.lang.String value)
Sets the value of a sub property. |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertyGroup(java.lang.String name,
java.lang.String[] subNames,
java.lang.String[] subFiles)
| Method Detail |
public java.lang.String getName()
public java.lang.String[] getGroupNames()
public int getGroupIndex(java.lang.String adapter)
public java.lang.String[] getSubList(int idx)
public java.lang.String[] getKeys()
public void setSubProperty(int group,
java.lang.String key,
java.lang.String value)
public void saveSubProperties(int group)
public void saveAllProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||