org.mockcentral.editor.components
Class DeletedNodeEditorPage

java.lang.Object
  extended by org.mockcentral.editor.components.MockCentralPluginNodeView
      extended by org.mockcentral.editor.components.DeletedNodeEditorPage
All Implemented Interfaces:
org.mockcentral.editor.nodes.IMockCentralNodeView

public class DeletedNodeEditorPage
extends MockCentralPluginNodeView

A MockCentralPluginNodeView used for displaying a deleted MockCentralNode.

Author:
David Hutchinson

Field Summary
 
Fields inherited from class org.mockcentral.editor.components.MockCentralPluginNodeView
imagesMap, page, toolkit
 
Constructor Summary
DeletedNodeEditorPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit, org.eclipse.swt.widgets.Composite page, java.lang.String nodeDescription)
          Creates a new instance.
 
Method Summary
 java.lang.String getInputDescription()
           
 void setNodeModel(org.mockcentral.editor.nodes.MockCentralNodeModel nodeModel)
           
 
Methods inherited from class org.mockcentral.editor.components.MockCentralPluginNodeView
createButton, createLabel, dispose, getImagesMap, getOperationHistory, getUndoContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletedNodeEditorPage

public DeletedNodeEditorPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                             org.eclipse.swt.widgets.Composite page,
                             java.lang.String nodeDescription)
Creates a new instance.

Parameters:
toolkit - the FormToolkit provided by the parent EditorFormPage.
page - the Composite created within the parent EditorFormPage which will hold the view page contents.
nodeDescription - the description for the deleted MockCentralNode.
Method Detail

setNodeModel

public void setNodeModel(org.mockcentral.editor.nodes.MockCentralNodeModel nodeModel)

getInputDescription

public java.lang.String getInputDescription()