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

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

org.openide.explorer 6.5.31 1
A B C D E F G H I L M N O P R S T U V W X

E

EnhancedCustomPropertyEditor - Interface in org.openide.explorer.propertysheet.editors
Deprecated. Use PropertyEnv instead.
EnhancedPropertyEditor - Interface in org.openide.explorer.propertysheet.editors
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.

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.
ExplorerManager - Class in org.openide.explorer
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 in org.openide.explorer
Interface for components wishing to provide their own ExplorerManager.
ExplorerUtils - Class in org.openide.explorer
Helper methods to embed ExplorerManagers and explorer views into Swing component trees.
ExPropertyEditor - Interface in org.openide.explorer.propertysheet
An extension interface for property editors that hides all the necessary communication with the IDE.
ExPropertyModel - Interface in org.openide.explorer.propertysheet
Deprecated. - Use PropertySupport.Reflection or BeanNode if you need to expose bean properties

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