|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralNodeGroupViewer
Interface for classes that provide viewer controls for "group"
MockCentralNode instances (FixtureGroupNode,
MockObjectGroupNode and ExpectationGroupNode).
| Method Summary | |
|---|---|
void |
addNewChildren(java.util.List<MockCentralNode> children)
Adds the supplied MockCentralNode children to the current list. |
IMockCentralClipboard |
getClipboard()
Returns the implementor's IMockCentralClipboard instance. |
MockCentralGroupNodeModel |
getNodeGroupModel()
Returns the MockCentralGroupNodeModel associated with the
node group. |
java.lang.Object |
getSelectedNode()
Returns the currently selected MockCentralNode within the
group. |
int |
getSelectedNodeIndex()
Returns the index of the currently selected MockCentralNode
within the group. |
void |
showCreateNewChildDialog()
Displays a dialog for creating a new MockCentralNode
within the group. |
| Methods inherited from interface org.mockcentral.editor.nodes.problem.INodeProblemListener |
|---|
updateNodeProblems |
| Method Detail |
|---|
MockCentralGroupNodeModel getNodeGroupModel()
MockCentralGroupNodeModel associated with the
node group.
MockCentralGroupNodeModel associated with the
node group.java.lang.Object getSelectedNode()
MockCentralNode within the
group.
MockCentralNode within the
group.int getSelectedNodeIndex()
MockCentralNode
within the group.
MockCentralNode
within the group.void showCreateNewChildDialog()
MockCentralNode
within the group.
IMockCentralClipboard getClipboard()
IMockCentralClipboard instance.
IMockCentralClipboard instance.void addNewChildren(java.util.List<MockCentralNode> children)
MockCentralNode children to the current list.
children - a list of MockCentralNode instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||