| java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadm.editors.SlideIntegerAttributeEditor
SlideIntegerAttributeEditor | public class SlideIntegerAttributeEditor extends AttributeEditor (Code) | | SlideIntegerAttributeEditor :
author: Benoit Mahe |
BORDER_P | final public static String BORDER_P(Code) | | The slider border property
|
MAX_P | final public static String MAX_P(Code) | | The slider's max bound property.
|
MIN_P | final public static String MIN_P(Code) | | The slider's min bound property.
|
STEP_P | final public static String STEP_P(Code) | | The slider's step property.
|
SlideIntegerAttributeEditor | public SlideIntegerAttributeEditor()(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)
|
setValue | public void setValue(Object o)(Code) | | Set the value of the edited value
Parameters: o - the new value. |
|
|