| java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadmin.attributes.StringChoiceEditor
StringChoiceEditor | public class StringChoiceEditor extends AttributeEditor (Code) | | An editor for StringChoice attributes.
author: Benoit Mahe |
FEEDER_CLASS_P | final public static String FEEDER_CLASS_P(Code) | | Properties - The feeder's class name.
|
MODIFIER_CLASS_P | final public static String MODIFIER_CLASS_P(Code) | | |
comp | protected StringChoiceComponent comp(Code) | | |
hasChanged | protected boolean hasChanged(Code) | | |
StringChoiceEditor | public StringChoiceEditor()(Code) | | |
clearChanged | public void clearChanged()(Code) | | set the current value to be the original value, ie: changed
must return false after a reset.
|
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)
|
setModified | protected void setModified()(Code) | | |
setValue | public void setValue(Object o)(Code) | | Set the value of the edited value
Parameters: o - the new value. |
|
|