com.jniwrapper.win32.registry.ui
Class RegistryTreeModel

java.lang.Object
  extended by javax.swing.tree.DefaultTreeModel
      extended by com.jniwrapper.win32.registry.ui.RegistryTreeModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.tree.TreeModel

public class RegistryTreeModel
extends javax.swing.tree.DefaultTreeModel

Windows Registry Tree Model.

See Also:
Serialized Form

Nested Class Summary
static class RegistryTreeModel.RegistryKeyNode
           
 
Field Summary
 
Fields inherited from class javax.swing.tree.DefaultTreeModel
asksAllowsChildren, listenerList, root
 
Constructor Summary
RegistryTreeModel()
          Creates a default windows registry tree model.
RegistryTreeModel(RegistryKey rootRegistryKey)
          Creates a model with a specified registry key in the root.
 
Method Summary
 void setRootRegistryKey(RegistryKey rootRegistryKey)
          Sets a root registry key.
 
Methods inherited from class javax.swing.tree.DefaultTreeModel
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryTreeModel

public RegistryTreeModel()
Creates a default windows registry tree model.


RegistryTreeModel

public RegistryTreeModel(RegistryKey rootRegistryKey)
Creates a model with a specified registry key in the root.

Parameters:
rootRegistryKey - is a root registry key.
Method Detail

setRootRegistryKey

public void setRootRegistryKey(RegistryKey rootRegistryKey)
Sets a root registry key.

Parameters:
rootRegistryKey -