|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.fixture.FixtureController
public class FixtureController
The controller class within the MVC structure that includes the
FixtureModel class.
| Constructor Summary | |
|---|---|
FixtureController(FixtureModel fixtureModel)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
addSimpleBoundObject(SimpleBoundObjectModel model,
boolean refresh)
Adds the supplied SimpleBoundObjectModel to the list
of current simple (non-Mock) JNDI-bound Objects. |
void |
removeSimpleBoundObject(SimpleBoundObjectModel model,
boolean refresh)
Removes the supplied SimpleBoundObjectModel from the list
of current simple (non-Mock) JNDI-bound Objects. |
void |
setFixtureData(java.lang.String fixtureName,
java.lang.String fixtureDescription)
Sets the Fixture name and Fixture description values. |
void |
setFixtureImports(java.util.List<MockCentralNode> imports)
Sets the list of imported Fixtures. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixtureController(FixtureModel fixtureModel)
fixtureModel - the associated FixtureModel.| Method Detail |
|---|
public void setFixtureData(java.lang.String fixtureName,
java.lang.String fixtureDescription)
fixtureName - the value for the Fixture name.fixtureDescription - the value for the Fixture description.public void setFixtureImports(java.util.List<MockCentralNode> imports)
imports - the list of imported Fixtures.
public void addSimpleBoundObject(SimpleBoundObjectModel model,
boolean refresh)
SimpleBoundObjectModel to the list
of current simple (non-Mock) JNDI-bound Objects.
model - the SimpleBoundObjectModel.refresh - whether the UI should be refreshed after the addition.
public void removeSimpleBoundObject(SimpleBoundObjectModel model,
boolean refresh)
SimpleBoundObjectModel from the list
of current simple (non-Mock) JNDI-bound Objects.
model - the SimpleBoundObjectModel.refresh - whether the UI should be refreshed after the removal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||