|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.mockcentral.editor.nodes | |
|---|---|
| org.mockcentral.editor | Contains a top-level classes and interfaces used to build editor applications for Mock Central configuration files. |
| org.mockcentral.editor.nodes | Contains classes and interfaces used for constructing, editing,
copying and pasting the MockCentralNode instances that
comprise the data modelled from a MockCentral configuration file. |
| org.mockcentral.editor.nodes.expectation | Contains classes and interfaces used for editing the method expectations for Mock Object definitions. |
| org.mockcentral.editor.nodes.expectation_group | Contains classes and interfaces used for editing the group of method expectations for Mock Object definitions. |
| org.mockcentral.editor.nodes.fixture | Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions. |
| org.mockcentral.editor.nodes.fixture_group | Contains classes and interfaces used for editing the group of Fixture instances used to group Mock Object definitions. |
| org.mockcentral.editor.nodes.mockobject | Contains Interfaces and Classes used for editing Mock Object definitions. |
| org.mockcentral.editor.nodes.mockobject_group | Contains classes and interfaces used for editing groups of Mock Object definitions. |
| org.mockcentral.editor.nodes.problem | Contains classes, interfaces and enums used for managing problems associated with
MockCentralNode instances. |
| org.mockcentral.editor.nodes.root | Contains a class (RootNode) used as the root node for the outline
display. |
| org.mockcentral.editor.outline | Contains an interface (IMockCentralEditorOutline) defining methods
for the tree-type viewer used for selecting MockObjectNode
instances for editing. |
| org.mockcentral.editor.viewers | Contains classes and an interface used for constructing UI elements needed for displaying data in table or tree-type viewers. |
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor | |
|---|---|
| IMockCentralNodeView
Interface for view classes used to display and edit the data modeled in MockCentralNodeModel instances. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes | |
|---|---|
| IMockCentralGroupNodeModelObserver
Interface for classes interested in changes to the list of child MockCentralNode instances modeled in a
MockCentralGroupNodeModel. |
|
| IMockCentralNodeTransfer
Marker Interface for classes used to transfer MockCentralNode
instance data to and from the IMockCentralClipboard
implementation. |
|
| IMockCentralNodeView
Interface for view classes used to display and edit the data modeled in MockCentralNodeModel instances. |
|
| MockCentralGroupNodeModel
The model component within the MVC structure that includes the MockCentralGroupNodeController and
IMockCentralNodeView classes. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.expectation | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.expectation_group | |
|---|---|
| MockCentralGroupNodeModel
The model component within the MVC structure that includes the MockCentralGroupNodeController and
IMockCentralNodeView classes. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.fixture | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.fixture_group | |
|---|---|
| MockCentralGroupNodeModel
The model component within the MVC structure that includes the MockCentralGroupNodeController and
IMockCentralNodeView classes. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.mockobject | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.mockobject_group | |
|---|---|
| MockCentralGroupNodeModel
The model component within the MVC structure that includes the MockCentralGroupNodeController and
IMockCentralNodeView classes. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeModel
Base for classes representing the model in the MVC structure used for editing the data in the JDOM Element instances that comprise the domain
model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.problem | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.nodes.root | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| MockCentralNodeType
An enum specifying the various types of MockCentralNode. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.outline | |
|---|---|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
| Classes in org.mockcentral.editor.nodes used by org.mockcentral.editor.viewers | |
|---|---|
| IMockCentralClipboard
Interface for classes used for copying and pasting MockCentralNode instances within IMockCentralNodeGroupViewer
controls. |
|
| MockCentralGroupNodeModel
The model component within the MVC structure that includes the MockCentralGroupNodeController and
IMockCentralNodeView classes. |
|
| MockCentralNode
Base for the classes which store the JDOM Element instances that
are used to construct the domain model. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||