|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Pluggable implementation of the storage of element properties.
| Field Summary | |
static long |
serialVersionUID
Deprecated. Only public by accident. |
| Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener. |
void |
attachedToElement(Element el)
Called to attach the implementation to a specific element. |
Node.Cookie |
getCookie(Class type)
Get the support for a cookie, if any. |
void |
markCurrent(boolean beforeAfter)
Mark the current element in the context of this element. |
Object |
readResolve()
Implementations must be resolvable. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove a property change listener. |
| Field Detail |
public static final long serialVersionUID
| Method Detail |
public void attachedToElement(Element el)
el - the element to attach topublic void addPropertyChangeListener(PropertyChangeListener l)
l - the listener to addpublic void removePropertyChangeListener(PropertyChangeListener l)
l - the listener to removepublic Object readResolve()
ElementSerializablepublic Node.Cookie getCookie(Class type)
type - the cookie class to look for
null if the cookie
is not supportedpublic void markCurrent(boolean beforeAfter)
beforeAfter - true means that new element is inserted before
the specified element, false means after.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||