Serialized Form
indices
java.util.HashMap indices
- Contains a hashCode, ID lookup for JTree Nodes
treeModel
javax.swing.tree.DefaultTreeModel treeModel
- A DefaultTreeModel for underlying data structure
tree
javax.swing.JTree tree
- JTree object
path
java.lang.String path
- The Path parameter, passed from the html page.
Contains a comma seperated path to describe which node should be selected
clickURL
java.lang.String clickURL
- The ClickURL parameter, passed from the html page.
Contains a URL that should be called when a node is opened
clickParam
java.lang.String clickParam
- The ClickParam parameter, passed from the html page.
Contains the name of the parameter that should be passed when a Node is opened
modeParam
java.lang.String modeParam
- The ModeParam parameter, passed from the html page.
Contains the name of the parameter that should represent the mode passed to the clickURL
deleteMode
java.lang.String deleteMode
- The DeleteMode parameter, passed from the html page.
Contains the value of the mode for deletion.
addMode
java.lang.String addMode
- The AddMode parameter, passed from the html page.
Contains the value of the mode for adding
context
java.lang.String context
- The Context parameter, passed from the html page.
Contains the ID from which the tree should be built.
rootName
java.lang.String rootName
- The RootName parameter, passed from the html page.
Contains the name of the Root node (In case you don't want to use the default -1)
url
java.lang.String url
- The URL parameter, passed from the html page.
Contains the URL from which to get Data from.
urlParam
java.lang.String urlParam
- The URLParam parameter, passed from the html page.
Contains the parameter that should be passed to get new data.