com.ibm.commons.iloader.node
Interface IEditor


public interface IEditor

Allows a client to edit the DataNode model directly.


Method Summary
 void cancel()
          Cancel the current editing.
 boolean commit(boolean force)
          Commit the pending changes to the model.
 boolean isDirty()
          Checks if the editor became dirty since it got the data.
 

Method Detail

isDirty

boolean isDirty()
Checks if the editor became dirty since it got the data.

Returns:
true if the control is dirty

commit

boolean commit(boolean force)
Commit the pending changes to the model.

Parameters:
force - indicates that the operation must succeed
Returns:
true if the commit succeed

cancel

void cancel()
Cancel the current editing.