|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.actions.AbstractNodeEditingActions
org.mockcentral.editor.nodes.fixture.EditFixtureActions
public class EditFixtureActions
A class used to create and run the editing actions for the
EditFixturePage.
| Field Summary |
|---|
| Fields inherited from class org.mockcentral.editor.nodes.actions.AbstractNodeEditingActions |
|---|
operationHistory, undoContext |
| Constructor Summary | |
|---|---|
EditFixtureActions()
|
|
| 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. |
| Methods inherited from class org.mockcentral.editor.nodes.actions.AbstractNodeEditingActions |
|---|
getOperationHistory, getUndoContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditFixtureActions()
| Method Detail |
|---|
public void setNodeModel(org.mockcentral.editor.nodes.fixture.FixtureModel nodeModel)
IEditFixtureActionsFixtureModel.
setNodeModel in interface IEditFixtureActionsnodeModel - the FixtureModel to set.public void addFixtureImport(org.mockcentral.editor.nodes.fixture.FixtureNode importedFixtureNode)
IEditFixtureActionsFixtureNode import.
addFixtureImport in interface IEditFixtureActionsimportedFixtureNode - the new FixtureNode import.public void deleteSimpleBoundObject(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel model)
IEditFixtureActions
deleteSimpleBoundObject in interface IEditFixtureActionsmodel - the SimpleBoundObjectModel for the object.public void showEditFixtureDataWizard()
IEditFixtureActions
showEditFixtureDataWizard in interface IEditFixtureActionspublic void showAddSimpleBoundObjectWizard()
IEditFixtureActions
showAddSimpleBoundObjectWizard in interface IEditFixtureActionspublic void showEditSimpleBoundObjectWizard(org.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel originalData)
IEditFixtureActions
showEditSimpleBoundObjectWizard in interface IEditFixtureActionsoriginalData - the SimpleBoundObjectModel containing
the original data.
public void createSimpleBoundObjectsTableActions(org.eclipse.swt.widgets.Table table,
TableViewerAdapter adapter)
IEditFixtureActionsIAction instances for editing the list of simple
(non-Mock) JNDI-bound Objects displayed in the Table on the
page.
createSimpleBoundObjectsTableActions in interface IEditFixtureActionstable - the Table.adapter - TableViewerAdapter for the Table
.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||