public class ConfigurationManager
extends java.lang.Object
ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer
构造器和说明 |
---|
ConfigurationManager(LogBrokerMonitor monitor,
LogTable table) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
collapseTree() |
protected void |
deleteConfigurationFile() |
protected java.lang.String |
getFilename() |
protected java.lang.String |
getValue(org.w3c.dom.NamedNodeMap map,
java.lang.String attr) |
protected void |
load() |
protected void |
processCategories(org.w3c.dom.Document doc) |
protected void |
processLogLevelColors(org.w3c.dom.Document doc) |
protected void |
processLogLevels(org.w3c.dom.Document doc) |
protected void |
processLogTableColumns(org.w3c.dom.Document doc) |
protected void |
processRecordFilter(org.w3c.dom.Document doc) |
void |
reset() |
void |
save() |
protected void |
selectAllNodes() |
protected void |
store(java.lang.String s) |
static java.lang.String |
treePathToString(javax.swing.tree.TreePath path) |
public ConfigurationManager(LogBrokerMonitor monitor, LogTable table)
public void save()
public void reset()
public static java.lang.String treePathToString(javax.swing.tree.TreePath path)
protected void load()
protected void processRecordFilter(org.w3c.dom.Document doc)
protected void processCategories(org.w3c.dom.Document doc)
protected void processLogLevels(org.w3c.dom.Document doc)
protected void processLogLevelColors(org.w3c.dom.Document doc)
protected void processLogTableColumns(org.w3c.dom.Document doc)
protected java.lang.String getValue(org.w3c.dom.NamedNodeMap map, java.lang.String attr)
protected void collapseTree()
protected void selectAllNodes()
protected void store(java.lang.String s)
protected void deleteConfigurationFile()
protected java.lang.String getFilename()