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

EditProvider (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

org.netbeans.api.visual.action
Interface EditProvider


public interface EditProvider

This interface controls an edit action.


Method Summary
 void edit(Widget widget)
          Called when an editing is invoked by an user on a specified widget.
 

Method Detail

edit

void edit(Widget widget)
Called when an editing is invoked by an user on a specified widget.

Parameters:
widget - the widget

org.netbeans.api.visual 2.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.