java.lang.Object
java.lang.Thread
org.jabbee.util.ConfigHandler
org.jabbee.util.ConfigWriter
- All Implemented Interfaces:
- java.lang.Runnable
- public final class ConfigWriter
- extends ConfigHandler
Obtains information from the panels and writes out the values to the jabber
configuration file.
- Version:
- 0.02
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Methods inherited from class org.jabbee.util.ConfigHandler |
getAttributeValue, getChildTextValue, getChildValues, getChildValues, setComponentsPanel, setConnectionsPanel, setFilesystemPanel, setFiltersPanel, setGeneralPanel, setInputOutputPanel, setLoggingPanel, setSecurityPanel, setServicePanel, simulateXPathForAttribute, simulateXPathForValue, simulateXPathGetAttributeNode, simulateXPathGetNode, simulateXPathPathExists |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
configDoc
private org.w3c.dom.Document configDoc
configFile
private java.io.File configFile
parent
private org.jabbee.Jabbee parent
ConfigWriter
public ConfigWriter(org.w3c.dom.Document d,
java.io.File f)
- Creates a new instance of ConfigWriter
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
writeOutPanelData
private void writeOutPanelData()
setParent
public void setParent(org.jabbee.Jabbee j)