|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
* The AttributableOnSetCollectionFeedback can be used with an
AttributableOnSetCollection in order to get notified when the
AttributableOnSetCollection gets modified.
*
* @author MKegel| Method Summary | |
void |
addAttributableOnSet(AttributableOnSet aos)
This method gets called before an AttributableOnSet instance
will get added to the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
addAttributableOnSetListener(AttributableOnSetListener aosListener)
This method gets called when an AttributableOnSetListener
instance is about to get added to the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
addedAttributableOnSet(AttributableOnSet aos)
This method gets called after an AttributableOnSet instance
has been added to the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
addedAttributableOnSetListener(AttributableOnSetListener aosListener)
This method gets called when an AttributableOnSetListener
instance has been added to the AttributableOnSetCollection
the AttributableOnSetCollectionFeedback is associated to. |
void |
afterSetAttribute(Attribute attribute)
This method get called after the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
afterSetAttributes(AttributeSet attributes)
This method gets called after the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
afterSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
This method gets called after the attribute tree of a certain AttributableOnSet instance have been set. |
void |
afterSetAttributesTree(AttributeSet attributes)
This method gets called after the attribute tree of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
afterSetAttributeValue(java.lang.String name,
java.lang.Object value)
This method gets called after the value of a certain attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
beforeSetAttribute(Attribute attribute)
This method gets called before the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
get set. |
void |
beforeSetAttributes(AttributeSet attributes)
This method gets called before the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set. |
void |
beforeSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
This method gets called before the attribute tree of a certain AttributableOnSet instance will get set. |
void |
beforeSetAttributesTree(AttributeSet attributes)
This method gets called before the attribute tree of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set. |
void |
beforeSetAttributeValue(java.lang.String name,
java.lang.Object value)
This method gets called before the value of a certain attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
get set. |
void |
disableAttributableEvents()
This method gets called before the event raising of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
be disabled. |
void |
disabledAttributableEvents()
This method gets called after the event raising of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been disabled. |
void |
enableAttributableEvents()
This method gets called before the event raising of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
be enabled. |
void |
enabledAttributableEvents()
This method gets called after the event raising of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been enabled. |
void |
removeAttributableOnSet(AttributableOnSet aos)
This method gets called before an AttributableOnSet instance
will get removed from the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
removeAttributableOnSetListener(AttributableOnSetListener aosListener)
This method gets called when an AttributableOnSetListener
instance is about to get removed from the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
removedAttributableOnSet(AttributableOnSet aos)
This method gets called after an AttributableOnSet instance
has been removed from the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
void |
removedAttributableOnSetListener(AttributableOnSetListener aosListener)
This method gets called when an AttributableOnSetListener
instance has been removed from the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to. |
| Method Detail |
public void addAttributableOnSet(AttributableOnSet aos)
AttributableOnSet instance
will get added to the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aos - the AttributableOnSet instance that will get
addedAttributableOnSetCollection.addAttributableOnSet(AttributableOnSet)public void addedAttributableOnSet(AttributableOnSet aos)
AttributableOnSet instance
has been added to the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aos - the AttributableOnSet instance that has been
addedAttributableOnSetCollection.addAttributableOnSet(AttributableOnSet)public void removeAttributableOnSet(AttributableOnSet aos)
AttributableOnSet instance
will get removed from the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aos - the AttributableOnSet instance that will get
removeAttributableOnSetCollection.removeAttributableOnSet(AttributableOnSet)public void removedAttributableOnSet(AttributableOnSet aos)
AttributableOnSet instance
has been removed from the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aos - the AttributableOnSet instance that has been
removedAttributableOnSetCollection.removeAttributableOnSet(AttributableOnSet)public void beforeSetAttribute(Attribute attribute)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
get set.
attribute - the attribute that will get setAttributable.setAttribute(Attribute)public void afterSetAttribute(Attribute attribute)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set.
attribute - the attribute that has been setAttributable.setAttribute(Attribute)
public void beforeSetAttributeValue(java.lang.String name,
java.lang.Object value)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
get set.
name - the name of the Attribute whos value will get
setvalue - the value that will get setAttributable.setAttributeValue(String, Object)
public void afterSetAttributeValue(java.lang.String name,
java.lang.Object value)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set.
name - the name of the Attribute whos value has been
setvalue - the value that has been setAttributable.setAttributeValue(String, Object)public void beforeSetAttributes(AttributeSet attributes)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set.
attributes - the Attribute instances that will get setAttributableOnSet.setAttributes(AttributeSet)public void afterSetAttributes(AttributeSet attributes)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set.
attributes - the Attribute instances that have been setAttributableOnSet.setAttributes(AttributeSet)public void beforeSetAttributesTree(AttributeSet attributes)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set.
attributes - the Attribute instances that will get setAttributableOnSet.setAttributesTree(AttributeSet)public void afterSetAttributesTree(AttributeSet attributes)
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set.
attributes - the Attribute instances that have been setAttributableOnSet.setAttributesTree(AttributeSet)
public void beforeSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
AttributableOnSet instance will get set.
attributable - the AttributableOnSet instance whos
attribute tree will be setattributes - the Attribute instances that will get setAttributableOnSet.setAttributesTree(AttributeSet)
public void afterSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
AttributableOnSet instance have been set.
attributable - the AttributableOnSet instance whos
attribute tree has been setattributes - the Attribute instances that have been setAttributableOnSet.setAttributesTree(AttributeSet)public void enableAttributableEvents()
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
be enabled.
AttributableOnSet.enableAttributableEvents()public void enabledAttributableEvents()
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been enabled.
AttributableOnSet.enableAttributableEvents()public void disableAttributableEvents()
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to will
be disabled.
AttributableOnSet.disableAttributableEvents()public void disabledAttributableEvents()
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been disabled.
AttributableOnSet.disableAttributableEvents()public void addAttributableOnSetListener(AttributableOnSetListener aosListener)
AttributableOnSetListener
instance is about to get added to the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aosListener - the listener that will be addedAttributableOnSetCollection.addAttributableOnSetListener(AttributableOnSetListener)public void addedAttributableOnSetListener(AttributableOnSetListener aosListener)
AttributableOnSetListener
instance has been added to the AttributableOnSetCollection
the AttributableOnSetCollectionFeedback is associated to.
aosListener - the listener that has been addedAttributableOnSetCollection.addAttributableOnSetListener(AttributableOnSetListener)public void removeAttributableOnSetListener(AttributableOnSetListener aosListener)
AttributableOnSetListener
instance is about to get removed from the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aosListener - the listener that will be removedAttributableOnSetCollection.removeAttributableOnSetListener(AttributableOnSetListener)public void removedAttributableOnSetListener(AttributableOnSetListener aosListener)
AttributableOnSetListener
instance has been removed from the
AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to.
aosListener - the listener that has been removedAttributableOnSetCollection.removeAttributableOnSetListener(AttributableOnSetListener)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||