uk.co.mullsoft.jean
Class JEANState

java.lang.Object
  extended by uk.co.mullsoft.jean.JEANState

public class JEANState
extends java.lang.Object


Constructor Summary
protected JEANState(JEANAPI api, javax.swing.tree.TreePath[] expanded, javax.swing.tree.TreePath[] selected)
           
 
Method Summary
protected  void restore()
           
static org.w3c.dom.Document stateToXML(JEANState[] js)
           
static JEANState[] xmlDocumentToStates(org.w3c.dom.Document doc)
           
static JEANState[] xmlNodeToStates(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEANState

protected JEANState(JEANAPI api,
                    javax.swing.tree.TreePath[] expanded,
                    javax.swing.tree.TreePath[] selected)
Method Detail

stateToXML

public static org.w3c.dom.Document stateToXML(JEANState[] js)

xmlDocumentToStates

public static JEANState[] xmlDocumentToStates(org.w3c.dom.Document doc)

xmlNodeToStates

public static JEANState[] xmlNodeToStates(org.w3c.dom.Node node)

restore

protected void restore()