public abstract class WindowsRegistryNode extends DumpableObject implements javax.swing.tree.TreeNode
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsRegistryNode(WindowsRegistryNode parent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<WindowsRegistryNode> |
children() |
static WindowsRegistryNode |
createHiveNode(WindowsRegistryHive hive) |
static WindowsRegistryNode |
createNode(WindowsRegistryHive hive,
java.lang.String path) |
static WindowsRegistryRootNode |
createRootNode() |
java.lang.String |
getAbsolutePath() |
boolean |
getAllowsChildren() |
WindowsRegistryNode |
getChildAt(int childIndex) |
WindowsRegistryNode |
getChildByName(java.lang.String childName) |
int |
getChildCount() |
java.util.List<WindowsRegistryNode> |
getChildList() |
abstract java.lang.String |
getFullPath() |
abstract WindowsRegistryHive |
getHive() |
int |
getIndex(javax.swing.tree.TreeNode node) |
abstract java.lang.String |
getName() |
WindowsRegistryNode |
getParent() |
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
java.lang.String |
getPropertyValue(java.lang.String propertyKey) |
void |
invalidate() |
protected boolean |
isHive() |
boolean |
isLeaf() |
protected boolean |
isRoot() |
protected java.util.List<WindowsRegistryNode> |
retrieveChildNodes() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringprotected WindowsRegistryNode(WindowsRegistryNode parent)
public final WindowsRegistryNode getParent()
getParent in interface javax.swing.tree.TreeNodepublic final java.lang.String getAbsolutePath()
public abstract java.lang.String getFullPath()
public abstract java.lang.String getName()
public abstract WindowsRegistryHive getHive()
public final WindowsRegistryNode getChildAt(int childIndex)
getChildAt in interface javax.swing.tree.TreeNodepublic final int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodepublic final int getIndex(javax.swing.tree.TreeNode node)
getIndex in interface javax.swing.tree.TreeNodepublic final boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodepublic final boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodeprotected final boolean isRoot()
protected final boolean isHive()
public final java.util.Enumeration<WindowsRegistryNode> children()
children in interface javax.swing.tree.TreeNodepublic void invalidate()
public final WindowsRegistryNode getChildByName(java.lang.String childName) throws java.lang.Exception
java.lang.Exceptionpublic final java.util.List<WindowsRegistryNode> getChildList() throws java.lang.Exception
java.lang.Exceptionpublic java.util.Map<java.lang.String,java.lang.String> getProperties()
throws java.lang.Exception
java.lang.Exceptionpublic final java.lang.String getPropertyValue(java.lang.String propertyKey)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<WindowsRegistryNode> retrieveChildNodes() throws java.lang.Exception
java.lang.Exceptionpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic static WindowsRegistryRootNode createRootNode()
public static WindowsRegistryNode createHiveNode(WindowsRegistryHive hive) throws java.lang.Exception
java.lang.Exceptionpublic static WindowsRegistryNode createNode(WindowsRegistryHive hive, java.lang.String path) throws java.lang.Exception
java.lang.ExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.