|
org.openide.nodes 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.Cookie | |
---|---|
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. |
org.openide.nodes | NetBeans uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
Uses of Node.Cookie in org.openide.cookies |
---|
Subinterfaces of Node.Cookie in org.openide.cookies | |
---|---|
interface |
CloseCookie
Permits an object which was opened to be closed. |
interface |
ConnectionCookie
Deprecated. Should no longer be used. |
static interface |
ConnectionCookie.Listener
Deprecated. Cookie that must be provided by a node that is willing to register itself as a listener to a ConnectionCookie. |
interface |
EditCookie
Cookie permitting objects to be edited. |
interface |
FilterCookie
Deprecated. Use Looks instead. |
interface |
InstanceCookie
Cookie that should be provided by all nodes that are able to create a "instance". |
static interface |
InstanceCookie.Of
Enhanced cookie that can answer queries about the type of the instance it creates. |
interface |
OpenCookie
Cookie for opening an object. |
interface |
PrintCookie
Cookie permitting an object to be printed. |
interface |
SaveCookie
The cookie for the save operation. |
interface |
ViewCookie
Cookie permitting objects to be viewed. |
Uses of Node.Cookie in org.openide.nodes |
---|
Subinterfaces of Node.Cookie in org.openide.nodes | |
---|---|
interface |
Index
Index cookie providing operations useful for reordering child nodes. |
Classes in org.openide.nodes that implement Node.Cookie | |
---|---|
static class |
Index.ArrayChildren
Reorderable children list stored in an array. |
static class |
Index.Support
A support class implementing some methods of the Index
cookie. |
Methods in org.openide.nodes with type parameters of type Node.Cookie | ||
---|---|---|
static
|
NodeTransfer.cookie(Transferable t,
int action,
Class<T> cookie)
Obtain a cookie instance from the copied node in a transferable. |
|
|
CookieSet.Factory.createCookie(Class<T> klass)
Creates a Node.Cookie of given class. |
|
|
Node.getCookie(Class<T> type)
Get a cookie for this node. |
|
|
IndexedNode.getCookie(Class<T> clazz)
Get a cookie. |
|
|
FilterNode.getCookie(Class<T> type)
Delegates to original, if no special lookup provided in constructor, Otherwise it delegates to the lookup. |
|
|
CookieSet.getCookie(Class<T> clazz)
Get a cookie. |
|
|
AbstractNode.getCookie(Class<T> type)
Get a cookie from the node. |
Methods in org.openide.nodes with parameters of type Node.Cookie | |
---|---|
void |
CookieSet.add(Node.Cookie cookie)
Add a new cookie to the set. |
void |
CookieSet.remove(Node.Cookie cookie)
Remove a cookie from the set. |
Method parameters in org.openide.nodes with type arguments of type Node.Cookie | |
---|---|
void |
CookieSet.add(Class<? extends Node.Cookie> cookieClass,
CookieSet.Factory factory)
Registers a Factory for given cookie class |
void |
CookieSet.remove(Class<? extends Node.Cookie> cookieClass,
CookieSet.Factory factory)
Unregisters a Factory for given cookie class |
|
org.openide.nodes 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |