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 | Description |
---|---|---|
ConnectionCookie.Type |
ConnectionCookie.Event.getType() |
Getter for the type of the event.
|
Modifier and Type | Method | Description |
---|---|---|
Set<? extends ConnectionCookie.Type> |
ConnectionCookie.getTypes() |
Deprecated.
Immutable set of types supported by this connection source.
|
Modifier and Type | Method | 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 | Description |
---|---|
Event(Node n,
ConnectionCookie.Type t) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.