| 
org.openide.src 1.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Element.Impl
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 | 
|---|
static final long serialVersionUID
| Method Detail | 
|---|
void attachedToElement(Element el)
el - the element to attach tovoid addPropertyChangeListener(PropertyChangeListener l)
l - the listener to addvoid removePropertyChangeListener(PropertyChangeListener l)
l - the listener to removeObject readResolve()
ElementSerializableNode.Cookie getCookie(Class type)
type - the cookie class to look for
null if the cookie
    is not supportedvoid markCurrent(boolean beforeAfter)
beforeAfter - true means that new element is inserted before
        the specified element, false means after.
  | 
org.openide.src 1.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||