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 |
---|---|
Set<? extends ConnectionCookie.Type> |
ConnectionCookie.getTypes()
Deprecated.
Immutable set of types supported by this connection source.
|
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) |
Built on April 20 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.