当前页面:
在线文档首页 >
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. |
attach
public void attach(Node n)
- Deprecated.
- Informs this customizer, that it has been connected
to a node.
- Parameters:
n
- node to customize