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

NodePropertyEditor (Explorer & Property Sheet API) - NetBeans API Javadoc (Current Development Version)

org.openide.explorer 6.8 1

org.openide.explorer.propertysheet.editors
Interface NodePropertyEditor

All Superinterfaces:
PropertyEditor

Deprecated. Use PropertyEnv instead.

@Deprecated
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

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

org.openide.explorer 6.8 1

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