net.sourceforge.jconsole.plugins
Class XMLNodeInformation

java.lang.Object
  |
  +--net.sourceforge.jconsole.plugins.NodeInformation
        |
        +--net.sourceforge.jconsole.plugins.XMLNodeInformation

public class XMLNodeInformation
extends NodeInformation
implements com.walding.xml.XMLLoader, com.walding.swing.TreeViewHandlerInterface

Description of the Class


Constructor Summary
XMLNodeInformation()
          Constructor for the DatabaseInformation object
 
Method Summary
 com.walding.xml.XMLLoader createFromXML(com.walding.xml.XMLArguments pxml_Args)
          Description of the Method
protected  com.walding.swing.TreeViewHandler createTreeViewHandler(com.walding.swing.TreeViewHandlerInterface obj)
          Description of the Method
 java.lang.String getXMLType()
          Gets the XMLType attribute of the DatabaseInformation object
 void loadFromXML(com.walding.xml.XMLArguments pxml_Args)
          Description of the Method
 void saveToXML(com.walding.xml.XMLArguments pxml_Args)
          Description of the Method
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class net.sourceforge.jconsole.plugins.NodeInformation
addChild, getChildren, getObservable, getProperties, getProperty, getProperty, getTreeViewHandler, getType, removeChild, setProperties, setProperty, setType, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLNodeInformation

public XMLNodeInformation()
Constructor for the DatabaseInformation object
Method Detail

getXMLType

public java.lang.String getXMLType()
Gets the XMLType attribute of the DatabaseInformation object
Specified by:
getXMLType in interface com.walding.xml.XMLLoader
Returns:
The XMLType value

createFromXML

public com.walding.xml.XMLLoader createFromXML(com.walding.xml.XMLArguments pxml_Args)
                                        throws java.io.IOException
Description of the Method
Specified by:
createFromXML in interface com.walding.xml.XMLLoader
Parameters:
pxml_Args - Description of Parameter
Returns:
Description of the Returned Value
Throws:
java.io.IOException - Description of Exception

loadFromXML

public void loadFromXML(com.walding.xml.XMLArguments pxml_Args)
                 throws java.io.IOException
Description of the Method
Specified by:
loadFromXML in interface com.walding.xml.XMLLoader
Parameters:
pxml_Args - Description of Parameter
Throws:
java.io.IOException - Description of Exception

saveToXML

public void saveToXML(com.walding.xml.XMLArguments pxml_Args)
               throws java.io.IOException
Description of the Method
Specified by:
saveToXML in interface com.walding.xml.XMLLoader
Parameters:
pxml_Args - Description of Parameter
Throws:
java.io.IOException - Description of Exception

toString

public java.lang.String toString()
Description of the Method
Overrides:
toString in class java.lang.Object
Returns:
Description of the Returned Value

createTreeViewHandler

protected com.walding.swing.TreeViewHandler createTreeViewHandler(com.walding.swing.TreeViewHandlerInterface obj)
Description of the Method
Overrides:
createTreeViewHandler in class NodeInformation
Parameters:
obj - Description of Parameter
Returns:
Description of the Returned Value