org.openide.nodes 7.12.1

Uses of Interface
org.openide.cookies.ConnectionCookie.Type

Packages that use ConnectionCookie.Type
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. 
 

Uses of ConnectionCookie.Type in org.openide.cookies
 

Methods in org.openide.cookies that return ConnectionCookie.Type
 ConnectionCookie.Type ConnectionCookie.Event.getType()
          Getter for the type of the event.
 

Methods in org.openide.cookies that return types with arguments of type ConnectionCookie.Type
 Set<? extends ConnectionCookie.Type> ConnectionCookie.getTypes()
          Deprecated. Immutable set of types supported by this connection source.
 

Methods in org.openide.cookies with parameters of type ConnectionCookie.Type
 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.
 

Constructors in org.openide.cookies with parameters of type ConnectionCookie.Type
ConnectionCookie.Event(Node n, ConnectionCookie.Type t)
           
 


org.openide.nodes 7.12.1

Built on April 11 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.