| java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadm.editors.SelectFileEditor
Field Summary | |
protected FComponent | widget |
widget | protected FComponent widget(Code) | | |
SelectFileEditor | public SelectFileEditor()(Code) | | |
clearChanged | public void clearChanged()(Code) | | set the current value to be the original value, ie: changed
must return false after a reset.
|
createComponent | public void createComponent()(Code) | | |
getComponent | public Component getComponent()(Code) | | get the Component created by the editor.
a Component |
getValue | public Object getValue()(Code) | | Get the current value of the edited value
an object or null if the object was notinitialized |
hasChanged | public boolean hasChanged()(Code) | | Tells if the edited value has changed
true if the value changed. |
resetChanges | public void resetChanges()(Code) | | reset the changes (if any)
|
setValue | public void setValue(Object o)(Code) | | Set the value of the edited value
Parameters: o - the new value. |
|
|