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, toString
protected WindowsRegistryNode(WindowsRegistryNode parent)
public final WindowsRegistryNode getParent()
getParent
in interface javax.swing.tree.TreeNode
public 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.TreeNode
public final int getChildCount()
getChildCount
in interface javax.swing.tree.TreeNode
public final int getIndex(javax.swing.tree.TreeNode node)
getIndex
in interface javax.swing.tree.TreeNode
public final boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
public final boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
protected final boolean isRoot()
protected final boolean isHive()
public final java.util.Enumeration<WindowsRegistryNode> children()
children
in interface javax.swing.tree.TreeNode
public void invalidate()
public final WindowsRegistryNode getChildByName(java.lang.String childName) throws java.lang.Exception
java.lang.Exception
public final java.util.List<WindowsRegistryNode> getChildList() throws java.lang.Exception
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.String> getProperties() throws java.lang.Exception
java.lang.Exception
public final java.lang.String getPropertyValue(java.lang.String propertyKey) throws java.lang.Exception
java.lang.Exception
protected java.util.List<WindowsRegistryNode> retrieveChildNodes() throws java.lang.Exception
java.lang.Exception
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public static WindowsRegistryRootNode createRootNode()
public static WindowsRegistryNode createHiveNode(WindowsRegistryHive hive) throws java.lang.Exception
java.lang.Exception
public static WindowsRegistryNode createNode(WindowsRegistryHive hive, java.lang.String path) throws java.lang.Exception
java.lang.Exception
Copyright © 2014 EsprIT-Systems. All Rights Reserved.