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

EditCookie (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.