|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigadm.editors.AttributeEditor
public abstract class AttributeEditor
Field Summary | |
---|---|
protected java.util.Vector |
als
|
Constructor Summary | |
---|---|
AttributeEditor()
|
Method Summary | |
---|---|
void |
addAttributeListener(AttributeListener al)
Add a Listener to this editor. |
abstract java.awt.Component |
getComponent()
get the Component created by the editor. |
protected void |
processEvent(java.util.EventObject eo)
|
void |
removeAttributeListener(AttributeListener al)
Remove the listener from this editor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.jigadm.editors.AttributeEditorInterface |
---|
clearChanged, getValue, hasChanged, initialize, resetChanges, setValue |
Field Detail |
---|
protected java.util.Vector als
Constructor Detail |
---|
public AttributeEditor()
Method Detail |
---|
public void addAttributeListener(AttributeListener al)
AttributeEditorInterface
addAttributeListener
in interface AttributeEditorInterface
al
- a listenerpublic void removeAttributeListener(AttributeListener al)
AttributeEditorInterface
removeAttributeListener
in interface AttributeEditorInterface
al
- the listener to be removed.protected void processEvent(java.util.EventObject eo)
public abstract java.awt.Component getComponent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |