|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.ParentNotifier
Notifier for Parent changes in FSA hierarchy
Notifies the listeners whenever changes in the Swing-component hierarchy or the association to their fsa components result in a change of the parent of the watched fsa component
Constructor Summary | |
ParentNotifier(FSAObject root)
Constructor for class ParentNotifier |
Method Summary | |
void |
addListener(ParentListener l)
Access method for an one to n association. |
protected void |
fireParentChanged(FSAObject source,
FSAContainer oldParent,
FSAContainer newParent)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
getRoot()
Get the root attribute of the ParentNotifier object |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeListener(ParentListener l)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParentNotifier(FSAObject root)
root
- No description providedMethod Detail |
public FSAObject getRoot()
public void addListener(ParentListener l)
l
- The object added.public void removeListener(ParentListener l)
l
- No description providedprotected void fireParentChanged(FSAObject source, FSAContainer oldParent, FSAContainer newParent)
source
- No description providedoldParent
- No description providednewParent
- No description providedpublic void removeYou()
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |