org.openide.cookies
Interface EditCookie

All Superinterfaces:
Node.Cookie

public interface EditCookie
extends Node.Cookie

Cookie permitting objects to be edited.


Method Summary
 void edit()
          Instructs an editor to be opened.
 

Method Detail

edit

public void edit()
Instructs an editor to be opened. The operation can return immediately and the editor be opened later. There can be more than one editor open, so one of them is arbitrarily chosen and opened.


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