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. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

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 with parameters of type ConnectionCookie.Type
 void ConnectionCookie.register(ConnectionCookie.Type type, Node listener)
          Attaches new node to listen to events produced by this event.
 void ConnectionCookie.unregister(ConnectionCookie.Type type, Node listener)
          Unregisters an listener.
 boolean ConnectionCookie.Type.overlaps(ConnectionCookie.Type type)
          Test whether the specified type could be accepted by this type.
 

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

Uses of ConnectionCookie.Type in org.openide.loaders
 

Methods in org.openide.loaders with parameters of type ConnectionCookie.Type
 void ConnectionSupport.register(ConnectionCookie.Type type, Node listener)
          Attaches new node to listen to events produced by this event.
 void ConnectionSupport.unregister(ConnectionCookie.Type type, Node listener)
          Unregisters an listener.
 Set ConnectionSupport.listenersFor(ConnectionCookie.Type type)
          Obtains a set of all listeners for given type.
 

Constructors in org.openide.loaders with parameters of type ConnectionCookie.Type
ConnectionSupport(MultiDataObject.Entry entry, ConnectionCookie.Type[] types)
          Creates new connection support for given file entry.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.