|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionCookie.Type | |
org.openide.cookies | Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. |
Uses of ConnectionCookie.Type in org.openide.cookies |
Methods in org.openide.cookies that return ConnectionCookie.Type | |
ConnectionCookie.Type |
ConnectionCookie.Event.getType()
Getter for the type of the event. |
Methods in org.openide.cookies with parameters of type ConnectionCookie.Type | |
void |
ConnectionCookie.register(ConnectionCookie.Type type,
Node listener)
Attaches new node to listen to events produced by this event. |
void |
ConnectionCookie.unregister(ConnectionCookie.Type type,
Node listener)
Unregisters an listener. |
boolean |
ConnectionCookie.Type.overlaps(ConnectionCookie.Type type)
Test whether the specified type could be accepted by this type. |
Constructors in org.openide.cookies with parameters of type ConnectionCookie.Type | |
ConnectionCookie.Event(Node n,
ConnectionCookie.Type t)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |