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

Variable Index

 o als

Constructor Index

 o AttributeEditor()

Method Index

 o addAttributeListener(AttributeListener)
 o clearChanged()
set the current value to be the original value, ie: changed must return false after a reset.
 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 initialize(RemoteResourceWrapper, Attribute, Object, Properties)
Initialize the editor
 o processEvent(EventObject)
 o removeAttributeListener(AttributeListener)
 o resetChanges()
reset the changes (if any)
 o setValue(Object)
Set the value of the edited value

Variables

 o als
 protected Vector als

Constructors

 o AttributeEditor
 public AttributeEditor()

Methods

 o addAttributeListener
 public synchronized void addAttributeListener(AttributeListener al)
 o removeAttributeListener
 public synchronized void removeAttributeListener(AttributeListener al)
 o processEvent
 protected void processEvent(EventObject eo)
 o getComponent
 public abstract Component getComponent()
get the Component created by the editor.

Returns:
a Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index