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

NodeCustomizer (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

org.openide.explorer.propertysheet.editors
Interface NodeCustomizer

All Superinterfaces:
Customizer

Deprecated. Use PropertyEnv instead.

public interface NodeCustomizer
extends Customizer

Special customizer that would like to be connected to a node it customizes.


Method Summary
 void attach(Node n)
          Deprecated. Informs this customizer, that it has been connected to a node.
 
Methods inherited from interface java.beans.Customizer
addPropertyChangeListener, removePropertyChangeListener, setObject
 

Method Detail

attach

public void attach(Node n)
Deprecated. 
Informs this customizer, that it has been connected to a node.

Parameters:
n - node to customize

 

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