org.openide.nodes 7.16.1

org.openide.nodes
Interface CookieSet.Factory

Enclosing class:
CookieSet

public static interface CookieSet.Factory

Factory for creating cookies of given Class


Method Summary
<T extends Node.Cookie>
T
createCookie(Class<T> klass)
          Creates a Node.Cookie of given class.
 

Method Detail

createCookie

<T extends Node.Cookie> T createCookie(Class<T> klass)
Creates a Node.Cookie of given class. The method may be called more than once.


org.openide.nodes 7.16.1

Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.