All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigadm.editors.StepIntegerAttributeEditor

java.lang.Object
   |
   +----w3c.jigadm.editors.AttributeEditor
           |
           +----w3c.jigadm.editors.StepIntegerAttributeEditor

public class StepIntegerAttributeEditor
extends AttributeEditor

Constructor Index

 o StepIntegerAttributeEditor()

Method Index

 o clearChanged()
set the current value to be the original value, ie: changed must return false after a reset.
 o decr()
 o getComponent()
get the Component created by the editor.
 o getValue()
Get the current value of the edited value
 o hasChanged()
Tells if the edited value has changed
 o incr()
 o initialize(RemoteResourceWrapper, Attribute, Object, Properties)
Initialize the editor
 o resetChanges()
reset the changes (if any)
 o setValue(Object)
Set the value of the edited value

Constructors

 o StepIntegerAttributeEditor
 public StepIntegerAttributeEditor()

Methods

 o incr
 protected void incr()
 o decr
 protected void decr()
 o hasChanged
 public boolean hasChanged()
Tells if the edited value has changed

Overrides:
hasChanged in class AttributeEditor
 o clearChanged
 public void clearChanged()
set the current value to be the original value, ie: changed must return false after a reset.

Overrides:
clearChanged in class AttributeEditor
 o resetChanges
 public void resetChanges()
reset the changes (if any)

Overrides:
resetChanges in class AttributeEditor
 o getValue
 public Object getValue()
Get the current value of the edited value

Overrides:
getValue in class AttributeEditor
 o setValue
 public void setValue(Object o)
Set the value of the edited value

Overrides:
setValue in class AttributeEditor
 o getComponent
 public Component getComponent()
get the Component created by the editor.

Overrides:
getComponent in class AttributeEditor
 o initialize
 public void initialize(RemoteResourceWrapper w,
                        Attribute a,
                        Object o,
                        Properties p) throws RemoteAccessException
Initialize the editor

Overrides:
initialize in class AttributeEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index