org.openide.awt 7.10.0

org.netbeans.api.actions
Interface Closable


public interface Closable

A context interface representing ability of an object to be closed.

Since:
7.10

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

Method Detail

close

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

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

org.openide.awt 7.10.0

Built on June 30 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.