Package org.mockcentral.editor.nodes.fixture

Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package.

See:
          Description

Interface Summary
IEditFixtureActions Interface for the EditFixtureActions class.
 

Class Summary
AddFixtureImportOperation An Operation invoked on a FixtureController instance to process an addition to the list of other Fixtures imported by the current one.
AddSimpleBoundObjectOperation An Operation invoked on a FixtureController instance to process an addition to the list of simple (non-Mock) JNDI-bound Objects to be loaded with the Fixture.
EditFixtureActions A class used to create and run the editing actions for the EditFixturePage.
EditFixturePage The MockCentralPluginNodeView used for editing Mock Object Fixture data.
EditSimpleBoundObjectOperation An Operation invoked on a FixtureController instance to process an edit to the list of simple (non-Mock) JNDI-bound Objects to be loaded with the Fixture.
RemoveFixtureImportOperation An Operation invoked on a FixtureController instance to remove and entry from the list of other Fixtures imported by the current one.
RemoveSimpleBoundObjectOperation An Operation invoked on a FixtureController instance to process a deletion from the list of simple (non-Mock) JNDI-bound Objects to be loaded with the Fixture.
SetFixtureDataOperation An Operation invoked on a FixtureController instance to process edited values for the Fixture name and description
SimpleBoundObjectsTableLabelProvider A TableLabelProvider for tables that list SimpleBoundObject instances.
 

Package org.mockcentral.editor.nodes.fixture Description

Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package.