Uses of Interface
org.mockcentral.editor.nodes.fixture_group.IFixtureNameEditor

Packages that use IFixtureNameEditor
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. 
 

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

Classes in org.mockcentral.editor.nodes.fixture that implement IFixtureNameEditor
 class FixtureModel
          A class that models data for Mock Object Fixture instances.
 

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

Classes in org.mockcentral.editor.nodes.fixture_group that implement IFixtureNameEditor
 class FixtureGroupModel
          A class that models the list of Fixtures defined in the configuration file.
 

Constructors in org.mockcentral.editor.nodes.fixture_group with parameters of type IFixtureNameEditor
FixtureNameValidator(IFixtureNameEditor editor)
          Creates a new instance.