org.openide.nodes 7.9.2

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

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.


org.openide.nodes 7.9.2

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