Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionCookie.Type |
ConnectionCookie.Event.getType()
Getter for the type of the event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionCookie.Type.overlaps(ConnectionCookie.Type type)
Test whether the specified type could be accepted by this type.
|
void |
ConnectionCookie.register(ConnectionCookie.Type type,
Node listener)
Deprecated.
Attaches new node to listen to events produced by this
event.
|
void |
ConnectionCookie.unregister(ConnectionCookie.Type type,
Node listener)
Deprecated.
Unregisters an listener.
|
Constructor and Description |
---|
Event(Node n,
ConnectionCookie.Type t) |