org.w3c.jigadm.editors
Class StepIntegerAttributeEditor
java.lang.Object
|
+--org.w3c.jigadm.editors.AttributeEditor
|
+--org.w3c.jigadm.editors.StepIntegerAttributeEditor
- public class StepIntegerAttributeEditor
- extends AttributeEditor
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StepIntegerAttributeEditor
public StepIntegerAttributeEditor()
incr
protected void incr()
decr
protected void decr()
hasChanged
public boolean hasChanged()
clearChanged
public void clearChanged()
resetChanges
public void resetChanges()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object o)
getComponent
public java.awt.Component getComponent()
- Overrides:
- getComponent in class AttributeEditor
initialize
public void initialize(org.w3c.jigadm.RemoteResourceWrapper w,
org.w3c.tools.resources.Attribute a,
java.lang.Object o,
java.util.Properties p)
throws RemoteAccessException
- Initialize the editor
- Parameters:
w
- the ResourceWrapper father of the attributea
- the Attribute we are editingo
- the value of the above attributep
- some Properties, used to fine-tune the editor- Throws:
- RemoteAccessException - if a remote access error occurs.