org.mockcentral.editor.components
Class DeletedNodeEditorPage
java.lang.Object
org.mockcentral.editor.components.MockCentralPluginNodeView
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
|
Constructor Summary |
DeletedNodeEditorPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite page,
java.lang.String nodeDescription)
Creates a new instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
setNodeModel
public void setNodeModel(org.mockcentral.editor.nodes.MockCentralNodeModel nodeModel)
getInputDescription
public java.lang.String getInputDescription()