org.openide.cookies
Interface CloseCookie

All Superinterfaces:
Node.Cookie
All Known Implementing Classes:
EditorSupport

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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.