Uses of Class
org.mockcentral.editor.components.MockCentralPluginNodeGroupView

Packages that use MockCentralPluginNodeGroupView
org.mockcentral.editor.nodes.expectation_group Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
org.mockcentral.editor.nodes.fixture_group Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
org.mockcentral.editor.nodes.mockobject_group Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
 

Uses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.expectation_group
 

Subclasses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.expectation_group
 class EditExpectationGroupPage
          The MockCentralPluginNodeGroupView used for editing the list of method expectations for a Mock Object.
 

Uses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.fixture_group
 

Subclasses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.fixture_group
 class EditFixtureGroupPage
          The MockCentralPluginNodeGroupView used for editing the list of Mock Object Fixtures.
 

Uses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.mockobject_group
 

Subclasses of MockCentralPluginNodeGroupView in org.mockcentral.editor.nodes.mockobject_group
 class EditMockObjectGroupPage
          The MockCentralPluginNodeView used for editing the list of Mock Objects in the enclosing Fixture.