|
|||||||||||
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 | The IDE 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 that return Node.Cookie | |
static Node.Cookie |
NodeTransfer.cookie(Transferable t,
int action,
Class cookie)
Obtain a cookie instance from the copied node in a transferable. |
Node.Cookie |
Node.getCookie(Class type)
Get a cookie for this node. |
Node.Cookie |
IndexedNode.getCookie(Class clazz)
Get a cookie. |
Node.Cookie |
FilterNode.getCookie(Class type)
Delegates to original, if no special lookup provided in constructor, Otherwise it delegates to the lookup. |
Node.Cookie |
CookieSet.getCookie(Class clazz)
Get a cookie. |
Node.Cookie |
CookieSet.Factory.createCookie(Class klass)
Creates a Node.Cookie of given class. |
Node.Cookie |
AbstractNode.getCookie(Class 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |