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

NodeCustomizer (NetBeans Explorer API) - NetBeans API Javadoc 5.5.1

org.openide.explorer 6.5.31 1

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

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

Parameters:
n - node to customize

org.openide.explorer 6.5.31 1

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