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

Uses of Interface org.openide.cookies.ConnectionCookie.Type (NetBeans APIs) - NetBeans API Javadoc 4.1.0


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 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)
           
 



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