public class RegistryTreeModel
extends javax.swing.tree.DefaultTreeModel
Modifier and Type | Class and Description |
---|---|
static class |
RegistryTreeModel.RegistryKeyNode |
Constructor and Description |
---|
RegistryTreeModel()
Creates a default windows registry tree model.
|
RegistryTreeModel(RegistryKey rootRegistryKey)
Creates a model with a specified registry key in the root.
|
Modifier and Type | Method and Description |
---|---|
void |
setRootRegistryKey(RegistryKey rootRegistryKey)
Sets a root registry key.
|
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
public RegistryTreeModel()
public RegistryTreeModel(RegistryKey rootRegistryKey)
rootRegistryKey
- is a root registry key.public void setRootRegistryKey(RegistryKey rootRegistryKey)
rootRegistryKey
-