|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditFixtureActions
Interface for the EditFixtureActions class.
| Method Summary | |
|---|---|
void |
addFixtureImport(org.mockcentral.editor.nodes.fixture.FixtureNode importedFixtureNode)
Executes an action to add a new FixtureNode import. |
void |
createSimpleBoundObjectsTableActions(org.eclipse.swt.widgets.Table table,
TableViewerAdapter adapter)
Creates the IAction instances for editing the list of simple
(non-Mock) JNDI-bound Objects displayed in the Table on the
page. |
void |
deleteSimpleBoundObject(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel model)
Deletes a simple (non-Mock) JNDI-bound object from the current fixture's list. |
void |
setNodeModel(org.mockcentral.editor.nodes.fixture.FixtureModel nodeModel)
Sets the FixtureModel. |
void |
showAddSimpleBoundObjectWizard()
Shows a wizard used to add a new simple (non-Mock) JNDI-bound Object. |
void |
showEditFixtureDataWizard()
Shows a wizard used to edit the fixture name, description and imports list. |
void |
showEditSimpleBoundObjectWizard(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel originalData)
Shows a wizard used to edit a new simple (non-Mock) JNDI-bound Object. |
| Method Detail |
|---|
void setNodeModel(org.mockcentral.editor.nodes.fixture.FixtureModel nodeModel)
FixtureModel.
nodeModel - the FixtureModel to set.void addFixtureImport(org.mockcentral.editor.nodes.fixture.FixtureNode importedFixtureNode)
FixtureNode import.
importedFixtureNode - the new FixtureNode import.
void createSimpleBoundObjectsTableActions(org.eclipse.swt.widgets.Table table,
TableViewerAdapter adapter)
IAction instances for editing the list of simple
(non-Mock) JNDI-bound Objects displayed in the Table on the
page.
table - the Table.adapter - TableViewerAdapter for the Table
.void showEditFixtureDataWizard()
void showAddSimpleBoundObjectWizard()
void showEditSimpleBoundObjectWizard(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel originalData)
originalData - the SimpleBoundObjectModel containing
the original data.void deleteSimpleBoundObject(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel model)
model - the SimpleBoundObjectModel for the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||