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

Packages that use FixtureDataBean
org.mockcentral.editor.nodes.fixture Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions. 
 

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

Methods in org.mockcentral.editor.nodes.fixture with parameters of type FixtureDataBean
static org.jdom.Element FixtureElementBuilder.createFixtureElement(FixtureDataBean bean)
          Returns a new JDOM Element created using the supplied FixtureDataBean.
 

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