Uses of Class
org.mockcentral.editor.nodes.fixture_group.FixtureGroupNode

Packages that use FixtureGroupNode
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.nodes.root Contains a class (RootNode) used as the root node for the outline display. 
 

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

Constructors in org.mockcentral.editor.nodes.fixture with parameters of type FixtureGroupNode
ImportableFixturesTableModelBuilder(FixtureGroupNode fixtureGroupNode, FixtureDataBean fixtureModel)
          Creates a new instance.
 

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

Fields in org.mockcentral.editor.nodes.fixture_group declared as FixtureGroupNode
protected  FixtureGroupNode FixtureGroupModel.node
          The FixtureGroupNode associated with this model.
 

Uses of FixtureGroupNode in org.mockcentral.editor.nodes.root
 

Methods in org.mockcentral.editor.nodes.root that return FixtureGroupNode
 FixtureGroupNode RootNode.getFixtureGroupNode()
          Returns the FixtureGroupNode instance.