org.mockcentral.editor.nodes
Interface IMockCentralNodeView


public interface IMockCentralNodeView

Interface for view classes used to display and edit the data modeled in MockCentralNodeModel instances.

Author:
David Hutchinson

Method Summary
 java.lang.String getInputDescription()
          Returns a String describing the current input for this view.
 void setNodeModel(MockCentralNodeModel nodeModel)
          Sets the MockCentralNodeModel modeling the data.
 

Method Detail

setNodeModel

void setNodeModel(MockCentralNodeModel nodeModel)
Sets the MockCentralNodeModel modeling the data.

Parameters:
nodeModel - the MockCentralNodeModel modeling the data.

getInputDescription

java.lang.String getInputDescription()
Returns a String describing the current input for this view.

Returns:
a String describing the current input for this view.