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

Packages that use MockCentralPluginNodeView
org.mockcentral.editor.components Contains the main ui components for building the editor display. 
org.mockcentral.editor.nodes.expectation 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.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 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 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 MockCentralPluginNodeView in org.mockcentral.editor.components
 

Subclasses of MockCentralPluginNodeView in org.mockcentral.editor.components
 class DeletedNodeEditorPage
          A MockCentralPluginNodeView used for displaying a deleted MockCentralNode.
 class MockCentralPluginNodeGroupView
          Base for the view classes used to edit MockCentralNode data which display a group of child nodes.
 

Methods in org.mockcentral.editor.components that return MockCentralPluginNodeView
 MockCentralPluginNodeView EditorFormPage.getNodeEditorPage(org.mockcentral.editor.nodes.MockCentralNodeType nodeType)
          Returns the MockCentralPluginNodeView associated with the supplied MockCentralNodeType.
 

Uses of MockCentralPluginNodeView in org.mockcentral.editor.nodes.expectation
 

Subclasses of MockCentralPluginNodeView in org.mockcentral.editor.nodes.expectation
 class EditExpectationPage
          The MockCentralPluginNodeView used for editing Mock Object method expectation data.
 

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

Subclasses of MockCentralPluginNodeView 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 MockCentralPluginNodeView in org.mockcentral.editor.nodes.fixture
 

Subclasses of MockCentralPluginNodeView in org.mockcentral.editor.nodes.fixture
 class EditFixturePage
          The MockCentralPluginNodeView used for editing Mock Object Fixture data.
 

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

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

Uses of MockCentralPluginNodeView in org.mockcentral.editor.nodes.mockobject
 

Subclasses of MockCentralPluginNodeView in org.mockcentral.editor.nodes.mockobject
 class EditMockObjectPage
          The MockCentralPluginNodeView used for editing Mock Object data.
 

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

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