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

E-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

E

EDITOR_MODE - Static variable in class org.openide.text.CloneableEditorSupport
Common name for editor mode.
EMPTY - Static variable in class org.openide.nodes.Node
An empty leaf node.
EMPTY - Static variable in class org.openide.util.Lookup
A dummy lookup that never returns any results.
EMPTY - Static variable in class org.openide.util.Task
Dummy task which is already finished.
EMPTY - Static variable in class org.openide.util.datatransfer.ExTransferable
An implementation of Transferable that contains no data.
EMPTY - Static variable in class org.openide.windows.CloneableTopComponent
Empty clone-sister list.
EMPTY_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constant for splitter component types - empty splitter
ERROR - Static variable in class org.openide.ErrorManager
Serious problem, application may be crippled.
ERROR_MESSAGE - Static variable in class org.openide.NotifyDescriptor
Message type for error messages.
ERROR_STYLE_NAME - Static variable in class org.openide.text.NbDocument
Name of style attached to documents to mark a paragraph (line) as erroneous.
EVENT - Static variable in class org.openide.util.Mutex
Mutex that allows code to be synchronized with the AWT event dispatch thread.
EXCEPTION - Static variable in class org.openide.ErrorManager
Something went wrong, though it can be recovered.
EXECUTE - Static variable in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
EXPERT - Static variable in class org.openide.nodes.Sheet
Name for expert Bean property set.
EXTERNAL - Static variable in class org.openide.filesystems.URLMapper
URL which works inside this machine.
EditAction - class org.openide.actions.EditAction.
Edit an object.
EditAction() - Constructor for class org.openide.actions.EditAction
 
EditCookie - interface org.openide.cookies.EditCookie.
Cookie permitting objects to be edited.
EditorCookie - interface org.openide.cookies.EditorCookie.
Cookie defining standard operations with a text document and an editor that can display it.
EditorCookie.Observable - interface org.openide.cookies.EditorCookie.Observable.
The interface extends EditorCookie and allows observing changes in state of the text document.
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.

EntityCatalog - class org.openide.xml.EntityCatalog.
Entity resolver resolving all entities registered by modules.
EntityCatalog() - Constructor for class org.openide.xml.EntityCatalog
 
Enumerations - class org.openide.util.Enumerations.
Factory methods for various types of Enumeration.
Enumerations.Processor - interface org.openide.util.Enumerations.Processor.
Processor interface that can filter out objects from the enumeration, change them or add aditional objects to the end of the current enumeration.
EnvironmentNotSupportedException - exception org.openide.filesystems.EnvironmentNotSupportedException.
Deprecated. Please use the ClassPath API instead.
EnvironmentNotSupportedException(FileSystem) - Constructor for class org.openide.filesystems.EnvironmentNotSupportedException
Deprecated.  
EnvironmentNotSupportedException(FileSystem, String) - Constructor for class org.openide.filesystems.EnvironmentNotSupportedException
Deprecated.  
EqualFlowLayout - class org.openide.awt.EqualFlowLayout.
Deprecated. This class is a relic of NetBeans 2.0. It is not used anywhere in the NetBeans codebase, but is retained for backward compatibility in the case it is used elsewhere.
EqualFlowLayout() - Constructor for class org.openide.awt.EqualFlowLayout
Deprecated. Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
EqualFlowLayout(int) - Constructor for class org.openide.awt.EqualFlowLayout
Deprecated. Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
EqualFlowLayout(int, int, int) - Constructor for class org.openide.awt.EqualFlowLayout
Deprecated. Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
ErrorManager - class org.openide.ErrorManager.
A system of managing, annotating, and classifying errors and log messages.
ErrorManager() - Constructor for class org.openide.ErrorManager
 
ErrorManager.Annotation - interface org.openide.ErrorManager.Annotation.
Annotation that can be attached to an error.
ExClipboard - class org.openide.util.datatransfer.ExClipboard.
Extended clipboard that supports listeners that can be notified about changes of content.
ExClipboard(String) - Constructor for class org.openide.util.datatransfer.ExClipboard
Make a new clipboard.
ExClipboard.Convertor - interface org.openide.util.datatransfer.ExClipboard.Convertor.
Convertor that can convert the contents of a clipboard to additional flavors.
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
ExTransferable - class org.openide.util.datatransfer.ExTransferable.
Provides additional operations on a transferable.
ExTransferable.Multi - class org.openide.util.datatransfer.ExTransferable.Multi.
Transferable object for multiple transfer.
ExTransferable.Multi(Transferable[]) - Constructor for class org.openide.util.datatransfer.ExTransferable.Multi
Constructor taking a list of Transferable objects.
ExTransferable.Single - class org.openide.util.datatransfer.ExTransferable.Single.
Support for transferable owner with only one data flavor.
ExTransferable.Single(DataFlavor) - Constructor for class org.openide.util.datatransfer.ExTransferable.Single
Constructor.
ExplorerActions - class org.openide.explorer.ExplorerActions.
Deprecated. Use ExplorerUtils.actionCopy(org.openide.explorer.ExplorerManager), etc, see ExplorerUtils javadoc for details
ExplorerActions() - Constructor for class org.openide.explorer.ExplorerActions
Deprecated. Creates new instance.
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.
ExplorerPanel - class org.openide.explorer.ExplorerPanel.
Deprecated. Use ExplorerUtils.actionCopy(org.openide.explorer.ExplorerManager), etc, see ExplorerUtils javadoc for details
ExplorerPanel(ExplorerManager) - Constructor for class org.openide.explorer.ExplorerPanel
Deprecated. Initialize the explorer panel with the provided manager.
ExplorerPanel() - Constructor for class org.openide.explorer.ExplorerPanel
Deprecated. Default constructor.
ExplorerUtils - class org.openide.explorer.ExplorerUtils.
Helper methods to embed ExplorerManagers and explorer views into Swing component trees.
edit() - Method in interface org.openide.cookies.EditCookie
Instructs an editor to be opened.
edit() - Method in class org.openide.windows.CloneableOpenSupport
Focuses existing component to view, or if none exists creates new.
empty() - Static method in class org.openide.util.Enumerations
An empty enumeration.
enable(Node[]) - Method in class org.openide.actions.CustomizeAction
 
enable(Node[]) - Method in class org.openide.actions.MoveDownAction
 
enable(Node[]) - Method in class org.openide.actions.MoveUpAction
 
enable(Node[]) - Method in class org.openide.actions.NewAction
 
enable(Node[]) - Method in class org.openide.actions.OpenLocalExplorerAction
 
enable(Node[]) - Method in class org.openide.actions.PropertiesAction
 
enable(Node[]) - Method in class org.openide.actions.RenameAction
 
enable(Node[]) - Method in class org.openide.util.actions.CookieAction
Test for enablement based on the cookies of selected nodes.
enable(Node[]) - Method in class org.openide.util.actions.NodeAction
Test whether the action should be enabled based on the currently activated nodes.
enableDelegation(int) - Method in class org.openide.nodes.FilterNode
Enable delegation of a set of methods.
ensureIndexIsVisible(int) - Method in class org.openide.awt.ListPane
Deprecated. If this JList is being displayed withing a JViewport and the specified cell isn't completely visible, scroll the viewport.
ensureVisible() - Method in class org.openide.text.CloneableEditor
callback for the Pane implementation to adjust itself to the openAt() request.
ensureVisible() - Method in interface org.openide.text.CloneableEditorSupport.Pane
callback for the Pane implementation to adjust itself to the openAt() request.
enterReadAccess() - Method in class org.openide.util.Mutex.Privileged
 
enterWriteAccess() - Method in class org.openide.util.Mutex.Privileged
 
env - Variable in class org.openide.windows.CloneableOpenSupport
the environment that provides connection to outside world
equals(Object) - Method in class org.openide.modules.Dependency
Overridden to compare contents.
equals(Object) - Method in class org.openide.modules.SpecificationVersion
Overridden to compare contents.
equals(Object) - Method in class org.openide.nodes.FilterNode
Test equality of original nodes.
equals(Object) - Method in class org.openide.nodes.Node.IndexedProperty
 
equals(Object) - Method in class org.openide.nodes.Node.Property
 
equals(Object) - Method in class org.openide.nodes.Node.PropertySet
 
equals(Object) - Method in class org.openide.nodes.Node
Compares for equaliness.
equals(Object) - Method in class org.openide.text.DocumentLine
 
equals(Object) - Method in class org.openide.util.HelpCtx
 
equals(Object) - Method in class org.openide.util.Lookup.Template
 
equals(Object) - Method in class org.openide.util.SharedClassObject
Test whether the classes of the compared objects are the same.
equals(Object) - Method in class org.openide.util.io.NbMarshalledObject
Two objects are equal if the hold the same serialized representation.
escapeParameters(String[]) - Static method in class org.openide.util.Utilities
Complementary method to parseParameters
exchange(int, int) - Method in class org.openide.nodes.Index.ArrayChildren
 
exchange(int, int) - Method in class org.openide.nodes.Index.Support
 
exchange(int, int) - Method in interface org.openide.nodes.Index
Exchange two elements.
exclude(Lookup, Class[]) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that wraps another one and filters out instances of specified classes.
existingFileObjects(FileObject) - Method in class org.openide.filesystems.AbstractFileSystem
For the FileObject specified as parameter, returns the recursive enumeration of existing children fileobjects (both folders and data).
existsExt(String) - Method in class org.openide.filesystems.FileObject
Test whether there is a file with the same basename and only a changed extension in the same folder.
exit() - Method in class org.openide.LifecycleManager
Exit NetBeans.
exitReadAccess() - Method in class org.openide.util.Mutex.Privileged
 
exitWriteAccess() - Method in class org.openide.util.Mutex.Privileged
 
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.
expert - Variable in class org.openide.nodes.BeanNode.Descriptor
Expert properties.
explore(Node) - Method in class org.openide.nodes.NodeOperation
Explore a node (and its subhierarchy).
extractJar(FileObject, InputStream) - Static method in class org.openide.filesystems.FileUtil
Deprecated. Use of XML filesystem layers generally obsoletes this method.

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