Uses of Class
org.mockcentral.editor.nodes.fixture.FixtureNode

Packages that use FixtureNode
org.mockcentral.editor.nodes Contains classes and interfaces used for constructing, editing, copying and pasting the MockCentralNode instances that comprise the data modelled from a MockCentral configuration file. 
org.mockcentral.editor.nodes.expectation.part Contains classes and interfaces used for editing the parameters or expected results for method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.fixture Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions. 
org.mockcentral.editor.nodes.fixture_group Contains classes and interfaces used for editing the group of Fixture instances used to group Mock Object definitions. 
org.mockcentral.editor.viewers Contains classes and an interface used for constructing UI elements needed for displaying data in table or tree-type viewers. 
 

Uses of FixtureNode in org.mockcentral.editor.nodes
 

Methods in org.mockcentral.editor.nodes that return FixtureNode
 FixtureNode MockCentralNodeModel.getEnclosingFixtureNode()
          Returns the enclosing FixtureNode.
 

Uses of FixtureNode in org.mockcentral.editor.nodes.expectation.part
 

Methods in org.mockcentral.editor.nodes.expectation.part with parameters of type FixtureNode
static java.util.List<NodeProblem> SignaturePartUtil.validateSignaturePartBean(org.mockcentral.server.SignaturePartBean bean, FixtureNode fixtureNode)
          Performs validation for the supplied SignaturePartBean, returning a list of any NodeProblem objects that were generated during the process.
 

Uses of FixtureNode in org.mockcentral.editor.nodes.fixture
 

Methods in org.mockcentral.editor.nodes.fixture that return FixtureNode
 FixtureNode FixtureModel.getEnclosingFixtureNode()
           
 

Constructors in org.mockcentral.editor.nodes.fixture with parameters of type FixtureNode
FixtureModel(FixtureNode node)
          Creates a new instance.
 

Uses of FixtureNode in org.mockcentral.editor.nodes.fixture_group
 

Methods in org.mockcentral.editor.nodes.fixture_group that return FixtureNode
 FixtureNode FixtureGroupModel.createFixtureNode(java.lang.String fixtureName, java.lang.String fixtureDescription)
          Creates and returns a new FixtureNode from the supplied data.
 

Methods in org.mockcentral.editor.nodes.fixture_group with parameters of type FixtureNode
static java.lang.String FixtureNodeDescriber.getDescription(FixtureNode node)
          Returns a descriptive String representing the supplied FixtureNode.
 

Uses of FixtureNode in org.mockcentral.editor.viewers
 

Methods in org.mockcentral.editor.viewers that return FixtureNode
 FixtureNode MockCentralTreeModel.getNamedFixtureNode(java.lang.String fixtureName)
          Returns the FixtureNode which defines a Fixture with the supplied name, if any.