|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralEditorOutline
Interface for the tree display used to select MockObjectNode
instances for editing.
| Method Summary | |
|---|---|
void |
activateNode(MockCentralNode childNode)
Updates the selection path to select the indicated child MockCentralNode object. |
java.util.List<NodeProblem> |
collectNodeProblems()
Returns a list containing all current NodeProblem instances. |
MockCentralNode |
findNode(java.lang.String path)
Returns the MockCentralNode instance corresponding to the supplied path String. |
MockCentralNode |
getActiveNode()
Returns the active MockCentralNode instance. |
void |
nodeProblemsChanged()
Notification that the NodeProblem list has changed and the display should be updated. |
void |
updateUI()
Indicates the tree display should be updated. |
| Method Detail |
|---|
void activateNode(MockCentralNode childNode)
MockCentralNode object.
childNode - the MockCentralNode object to activate.MockCentralNode findNode(java.lang.String path)
MockCentralNode instance corresponding to the supplied path String.
path - a String representing the path to the node
MockCentralNode instance corresponding to the supplied path String.MockCentralNode getActiveNode()
MockCentralNode instance.
MockCentralNode instance.void updateUI()
void nodeProblemsChanged()
NodeProblem list has changed and the display should be updated.
java.util.List<NodeProblem> collectNodeProblems()
NodeProblem instances.
NodeProblem instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||