Skip navigation links
org.openide.explorer 6.67
A B C D E F G H I L M N O P Q R S T U V W X 

E

EnhancedCustomPropertyEditor - Interface in org.openide.explorer.propertysheet.editors
Deprecated.
Use PropertyEnv instead. An example of what needs to be done can be found in the rewrite of RectangleCustomEditor. Another example showing the changes in property editor as well as in its custom component can be found in NbProcessDescriptor{,Custom}Editor.
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.OutlineView
Expands the node in the tree.
expandNode(Node) - Method in class org.openide.explorer.view.TreeTableView
 
expandNode(Node) - Method in class org.openide.explorer.view.TreeView
Expands 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 property sheet.
ExPropertyModel - Interface in org.openide.explorer.propertysheet
Deprecated.
- Use PropertySupport.Reflection or BeanNode if you need to expose bean properties
ExtendedDelete - Interface in org.openide.explorer
Register implementation of this interface into META-INF services lookup if you want to intercept Node deletion in explorer.
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links
org.openide.explorer 6.67