org.oddjob.arooa.design.view.multitype
Interface EditableValue


public interface EditableValue

Represent the value of a row.

Author:
rob

Method Summary
 void abort()
          For future expansion.
 void commit()
          For future expansion.
 Component getEditor()
          The component editor for the value.
 

Method Detail

getEditor

Component getEditor()
The component editor for the value. This will be the cell of a SwingItemView.

Returns:
The editor component.

abort

void abort()
For future expansion.


commit

void commit()
For future expansion.