Package org.mockcentral.editor.nodes.fixture

Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions.

See:
          Description

Interface Summary
IFixtureModelObserver Interface for classes that need to observe changes to the data modeled in a FixtureModel instance.
 

Class Summary
FixtureController The controller class within the MVC structure that includes the FixtureModel class.
FixtureDataBean Bean class used to store and retrieve data used to construct the JDOM Element for a FixtureNode.
FixtureElementBuilder A class used to build a JDOM Element for a FixtureNode instance.
FixtureModel A class that models data for Mock Object Fixture instances.
FixtureNode A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.
ImportableFixturesTableModelBuilder A class used for building a MockCentralTableModel to hold importable Fixture instances.
NoSimpleBoundObjectsModel Empty SimpleBoundObjectModel extension for display in tables when there are no defined simple JNDI-bound Objects for a Fixture.
SimpleBoundObjectModel A class used to model a simple (non-Mock) JNDI-bound Object to be loaded into the naming context along with a Fixture.
 

Package org.mockcentral.editor.nodes.fixture Description

Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions.