|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.MockCentralNode
org.mockcentral.editor.nodes.root.RootNode
public class RootNode
A MockCentralNode class that serves as the parent of the
FixtureGroupNode for the model.
| Field Summary |
|---|
| Fields inherited from class org.mockcentral.editor.nodes.MockCentralNode |
|---|
children, deleted, element, nodeDescription, nodeModel, nodeProblemManager, nodeView, parentNode |
| Constructor Summary | |
|---|---|
RootNode(org.jdom.Document document)
Creates the FixtureGroupNode for the model. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
|
void |
createNodeDescription()
Creates the node description value. |
org.jdom.Document |
getDocument()
Returns the JDOM Document created from the configuration file contents. |
FixtureGroupNode |
getFixtureGroupNode()
Returns the FixtureGroupNode instance. |
MockCentralNodeType |
getMockCentralNodeType()
Returns the MockCentralNodeType value identifying the type
for this node. |
| Methods inherited from class org.mockcentral.editor.nodes.MockCentralNode |
|---|
activateChildNode, getChildNodeOfName, getChildren, getElement, getNodeDescription, getNodeModel, getNodeProblemManager, getNodeView, getParentNode, getPath, initializeComponents, isDeleted, setDeleted, setElement, setParentNode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RootNode(org.jdom.Document document)
FixtureGroupNode for the model.
document - the JDOM Document.| Method Detail |
|---|
public org.jdom.Document getDocument()
Document created from the configuration file contents.
Document created from the configuration file contents.public FixtureGroupNode getFixtureGroupNode()
FixtureGroupNode instance.
FixtureGroupNode instance.public MockCentralNodeType getMockCentralNodeType()
MockCentralNodeMockCentralNodeType value identifying the type
for this node.
getMockCentralNodeType in class MockCentralNodeMockCentralNodeType value identifying the type
for this node.public void createNodeDescription()
MockCentralNode
createNodeDescription in class MockCentralNodepublic int compareTo(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||