|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigadm.editors.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 |
Field Detail |
protected java.util.Vector als
Constructor Detail |
public AttributeEditor()
Method Detail |
public void addAttributeListener(AttributeListener al)
el
- a listenerpublic void removeAttributeListener(AttributeListener al)
el
- 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |