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

NodePropertyEditor (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

org.openide.explorer.propertysheet.editors
Interface NodePropertyEditor

All Superinterfaces:
PropertyEditor

Deprecated. Use PropertyEnv instead.

public interface NodePropertyEditor
extends PropertyEditor

Special interface for property editors to allow connection between the editor and node which property is displayed by this editor.


Method Summary
 void attach(Node[] nodes)
          Deprecated. Informs the editor that the property that it is displaying belongs to following nodes.
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

attach

public void attach(Node[] nodes)
Deprecated. 
Informs the editor that the property that it is displaying belongs to following nodes.

Parameters:
nodes - array of nodes having the property

 

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