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

CloseCookie (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

org.openide.cookies
Interface CloseCookie

All Superinterfaces:
Node.Cookie

public interface CloseCookie
extends Node.Cookie

Permits an object which was opened to be closed.


Method Summary
 boolean close()
          Closes the object if it is open.
 

Method Detail

close

public boolean close()
Closes the object if it is open.

Returns:
true if it was really closed; false if the user cancelled the request

 

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