gistoolkit.display.widgets
Interface AttributeEditor

All Known Implementing Classes:
SimpleBooleanEditor, SimpleDateEditor, SimpleDoubleEditor, SimpleEditor, SimpleEditor, SimpleFloatEditor, SimpleIntegerEditor, SimpleShortEditor, SimpleStringEditor, SimpleStringEditor

public interface AttributeEditor

Allows the editors to be used in different and allows them to inherit from wherever they like.


Method Summary
 java.lang.Object getAttribute()
          Retrieve the edited attribute from the editor
 void setAttribute(java.lang.Object inAttribute)
          Set the object to be edited in the editor
 

Method Detail

setAttribute

public void setAttribute(java.lang.Object inAttribute)
                  throws java.lang.Exception
Set the object to be edited in the editor

Throws:
java.lang.Exception

getAttribute

public java.lang.Object getAttribute()
Retrieve the edited attribute from the editor