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

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

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

Subclasses of SimpleBoundObjectModel in org.mockcentral.editor.nodes.fixture
 class NoSimpleBoundObjectsModel
          Empty SimpleBoundObjectModel extension for display in tables when there are no defined simple JNDI-bound Objects for a Fixture.
 

Methods in org.mockcentral.editor.nodes.fixture that return types with arguments of type SimpleBoundObjectModel
 java.util.List<SimpleBoundObjectModel> FixtureModel.getSimpleBoundObjectsList()
          Returns the list of this Fixture's simple (that is, non-Mock) Objects that are to be bound into the naming context at runtime.
 

Methods in org.mockcentral.editor.nodes.fixture with parameters of type SimpleBoundObjectModel
 void FixtureController.addSimpleBoundObject(SimpleBoundObjectModel model, boolean refresh)
          Adds the supplied SimpleBoundObjectModel to the list of current simple (non-Mock) JNDI-bound Objects.
 void FixtureModel.addSimpleBoundObject(SimpleBoundObjectModel simpleBoundObjectModel, boolean refresh)
          Adds a new simple JNDI-bound Object to the Fixture.
 void FixtureModel.deleteSimpleBoundObject(SimpleBoundObjectModel simpleBoundObjectModel, boolean refresh)
          Removes a simple JNDI-bound Object from the Fixture.
 void FixtureController.removeSimpleBoundObject(SimpleBoundObjectModel model, boolean refresh)
          Removes the supplied SimpleBoundObjectModel from the list of current simple (non-Mock) JNDI-bound Objects.