All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigadm.editors.AttributeEditor
java.lang.Object
|
+----w3c.jigadm.editors.AttributeEditor
- public abstract class AttributeEditor
- extends Object
- implements AttributeEditorInterface
-
als
-
-
AttributeEditor()
-
-
addAttributeListener(AttributeListener)
-
-
clearChanged()
- set the current value to be the original value, ie: changed
must return false after a reset.
-
getComponent()
- get the Component created by the editor.
-
getValue()
- Get the current value of the edited value
-
hasChanged()
- Tells if the edited value has changed
-
initialize(RemoteResourceWrapper, Attribute, Object, Properties)
- Initialize the editor
-
processEvent(EventObject)
-
-
removeAttributeListener(AttributeListener)
-
-
resetChanges()
- reset the changes (if any)
-
setValue(Object)
- Set the value of the edited value
als
protected Vector als
AttributeEditor
public AttributeEditor()
addAttributeListener
public synchronized void addAttributeListener(AttributeListener al)
removeAttributeListener
public synchronized void removeAttributeListener(AttributeListener al)
processEvent
protected void processEvent(EventObject eo)
getComponent
public abstract Component getComponent()
- get the Component created by the editor.
- Returns:
- a Component
All Packages Class Hierarchy This Package Previous Next Index