- CheckableNode - Interface in org.openide.explorer.view
-
Node service that can be registered into Node's lookup,
which adds a possibility to display a check box
next to the node display name in the views that support it.
- ChoiceView - Class in org.openide.explorer.view
-
Explorer view based on a combo box.
- ChoiceView() - Constructor for class org.openide.explorer.view.ChoiceView
-
Default constructor.
- clear() - Method in interface org.openide.explorer.propertysheet.InplaceEditor
-
Dispose of any state and references to the property or value being
edited, to avoid memory leaks due to held references.
- clone() - Method in class org.openide.explorer.ExplorerManager
-
Clones the manager.
- collapseNode(Node) - Method in class org.openide.explorer.view.OutlineView
-
Collapses the tree under given node.
- collapseNode(Node) - Method in class org.openide.explorer.view.TreeTableView
-
- collapseNode(Node) - Method in class org.openide.explorer.view.TreeView
-
Collapses the tree under given node.
- COMMAND_FAILURE - Static variable in interface org.openide.explorer.propertysheet.InplaceEditor
-
Action command that tells the property sheet that editing
is completed, but the value should not be updated, the
editor should simply be removed.
- COMMAND_SUCCESS - Static variable in interface org.openide.explorer.propertysheet.InplaceEditor
-
Action command that tells the property sheet to update
the property's value with the value from this inplace editor and close
the inplace editor.
- connect(PropertyEditor, PropertyEnv) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
-
Connect this editor with a property editor.
- ContextTreeView - Class in org.openide.explorer.view
-
A view displaying tree of
Node
s but not showing its leaf nodes.
- ContextTreeView() - Constructor for class org.openide.explorer.view.ContextTreeView
-
Constructor.
- create(FeatureDescriptor, Object...) - Static method in class org.openide.explorer.propertysheet.PropertyEnv
-
Creates a PropertyEnv instance for given feature descriptor (property)
and beans (nodes).
- createList() - Method in class org.openide.explorer.view.IconView
-
Creates the list that will display the data.
- createList() - Method in class org.openide.explorer.view.ListView
-
Creates the list that will display the data.
- createLookup(ExplorerManager, ActionMap) - Static method in class org.openide.explorer.ExplorerUtils
-
Creates new lookup containing selected nodes and their lookups.
- createMenuItem(Node) - Method in class org.openide.explorer.view.MenuView.Menu
-
Create a menu element for a node.
- createModel() - Method in class org.openide.explorer.view.BeanTreeView
-
Create a new model.
- createModel() - Method in class org.openide.explorer.view.ChoiceView
-
Creates the model that this view should show.
- createModel() - Method in class org.openide.explorer.view.ContextTreeView
-
Create model.
- createModel() - Method in class org.openide.explorer.view.ListView
-
Allows subclasses to change the default model used for
the list.
- createModel() - Method in class org.openide.explorer.view.TreeTableView
-
- createModel() - Method in class org.openide.explorer.view.TreeView
-
Allows subclasses to provide own model for displaying nodes.
- createOutlineModel(NodeTreeModel, RowModel, String) - Method in class org.openide.explorer.view.OutlineView
-
This method allows plugging own OutlineModel to the OutlineView.
- createPopupMenu() - Method in class org.openide.explorer.propertysheet.PropertySheet
-
Subclasses may override this method to create a custom popup menu that will
show on right-click in the property sheet.
- createPopupMenu(int, int, Node[], Component) - Method in class org.openide.explorer.view.NodePopupFactory
-
Creates a popup menu with entries from the selected nodes
related to the given component (usually a ETable subclass).