org.mockcentral.editor.nodes.mockobject
Class EditMockObjectDecorationManager

java.lang.Object
  extended by org.mockcentral.editor.nodes.mockobject.EditMockObjectDecorationManager

public class EditMockObjectDecorationManager
extends java.lang.Object

A class that manages decorations for a control used to edit the interface name for a Mock Object definition.

Author:
David Hutchinson

Constructor Summary
EditMockObjectDecorationManager()
           
 
Method Summary
 void checkNodeProblems()
          Inspects the current MockObjectNode for problems and updates the ControlDecoration as necessary.
 void init(org.mockcentral.editor.nodes.mockobject.MockObjectModel mockObjectModel, EditMockObjectPage page)
          Sets the MockObjectModel and EditMockObjectPage .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditMockObjectDecorationManager

public EditMockObjectDecorationManager()
Method Detail

init

public void init(org.mockcentral.editor.nodes.mockobject.MockObjectModel mockObjectModel,
                 EditMockObjectPage page)
Sets the MockObjectModel and EditMockObjectPage .

Parameters:
mockObjectModel - the MockObjectModel.
page - the EditMockObjectPage.

checkNodeProblems

public void checkNodeProblems()
Inspects the current MockObjectNode for problems and updates the ControlDecoration as necessary.