站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.openide.nodes.Node.Cookie (Nodes API) - NetBeans API Javadoc (Current Development Version)

org.openide.nodes 7.0

Uses of Interface
org.openide.nodes.Node.Cookie

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.