|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface for objects that may be used to represent a change to the view.
Method Summary | |
java.util.Map |
getAttributeMap()
Returns a map that contains (object, map) pairs which holds the new attributes for each changed cell. |
java.lang.Object[] |
getChanged()
Returns the objects that have changed. |
java.lang.Object[] |
getContext()
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed. |
java.lang.Object |
getSource()
Returns the source of this change. |
Method Detail |
public java.lang.Object getSource()
public java.lang.Object[] getChanged()
public java.util.Map getAttributeMap()
public java.lang.Object[] getContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |