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

E-Index (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I L M N O P R S T U V W X

E

EnhancedCustomPropertyEditor - interface org.openide.explorer.propertysheet.editors.EnhancedCustomPropertyEditor.
Deprecated. Use PropertyEnv instead.
EnhancedPropertyEditor - interface org.openide.explorer.propertysheet.editors.EnhancedPropertyEditor.
Deprecated. Instead of this class, implement ExPropertyEditor and InplaceEditor.Factory. Also create an implementation of InplaceEditor for the custom inline editor. In the attachEnv() method of your ExPropertyEditor, call PropertyEnv.registerInplaceEditorFactory(this).

Before you do any of this read the prose documentation on the Explorer API and be sure you cannot do what you need with an existing property editor - it is very rare to actually need to provide a custom editor component.

ExPropertyEditor - interface org.openide.explorer.propertysheet.ExPropertyEditor.
An extension interface for property editors that hides all the necessary communication with the IDE.
ExPropertyModel - interface org.openide.explorer.propertysheet.ExPropertyModel.
Deprecated. - Use PropertySupport.Reflection or BeanNode if you need to expose bean properties
ExplorerManager - class org.openide.explorer.ExplorerManager.
Manages a selection and root context for a (set of) Explorer view(s).
ExplorerManager() - Constructor for class org.openide.explorer.ExplorerManager
Construct a new manager.
ExplorerManager.Provider - interface org.openide.explorer.ExplorerManager.Provider.
Interface for components wishing to provide their own ExplorerManager.
ExplorerUtils - class org.openide.explorer.ExplorerUtils.
Helper methods to embed ExplorerManagers and explorer views into Swing component trees.
expandAll() - Method in class org.openide.explorer.view.TreeView
Expands all paths.
expandNode(Node) - Method in class org.openide.explorer.view.TreeView
Expandes the node in the tree.

 
A B C D E F G H I L M N O P R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.