- accept(CreateDescriptor) - Method in class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
- accept(FileObject) - Method in class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
Method that allows a handler to reject a file.
- acceptContainer(DataObject.Container) - Method in class org.openide.loaders.FolderInstance
-
Allows subclasses to decide how they want to work with an object
that implements a DataObject.Container.
- acceptContainer(DataObject.Container) - Method in class org.openide.loaders.FolderLookup
-
Deprecated.
Container is recognized as underlying FolderLookup
which passes
its items to parent FolderLookup
.
- acceptCookie(InstanceCookie) - Method in class org.openide.loaders.FolderInstance
-
Allows subclasses to decide whether they want to work with
the specified InstanceCookie
or not.
- acceptDataObject(DataObject) - Method in interface org.openide.loaders.DataFilter
-
Should the data object be displayed or not?
- acceptDataObject(DataObject) - Method in class org.openide.loaders.FolderInstance
-
Allows subclasses to decide whether they want to work with the specified
DataObject
or not.
- acceptFileObject(FileObject) - Method in interface org.openide.loaders.DataFilter.FileBased
-
Should this fileobject be considered for displaying?
- acceptFolder(DataFolder) - Method in class org.openide.loaders.FolderInstance
-
Allows subclasses to decide how they want to work with a
provided folder.
- acceptFolder(DataFolder) - Method in class org.openide.loaders.FolderLookup
-
Deprecated.
Folder is recognized as underlying FolderLookup
which passes
its items to parent FolderLookup
.
- actionPerformed(ActionEvent) - Method in class org.openide.actions.FileSystemAction
-
- actionsContext() - Method in class org.openide.loaders.DataLoader
-
Identifies the name of context in layer files where the
loader wishes to store its own actions and also read them.
- activate() - Method in interface org.openide.awt.ToolbarPool.Configuration
-
Activates the configuration and returns right
component that can display the configuration.
- addChangeListener(ChangeListener) - Method in interface org.openide.loaders.ChangeableDataFilter
-
Adds a ChangeListener to the filter.
- addChangeListener(ChangeListener) - Method in class org.openide.loaders.DataLoaderPool
-
Add a new listener to the listener list.
- addChangeListener(ChangeListener) - Method in class org.openide.loaders.DataObject.Registry
-
Add new listener to changes in the set of modified objects.
- addChangeListener(ChangeListener) - Method in class org.openide.text.EditorSupport
-
Deprecated.
Adds a listener for status changes.
- addEntityResolver(EntityResolver) - Static method in class org.openide.loaders.XMLDataObject
-
- addExtension(String) - Method in class org.openide.loaders.ExtensionList
-
Add a new extension.
- addImpl(Component, Object, int) - Method in class org.openide.awt.MenuBar
-
- addImpl(Component, Object, int) - Method in class org.openide.awt.Toolbar
-
Overridden to set focusable to false for any AbstractButton
subclasses which are added
- addMimeType(String) - Method in class org.openide.loaders.ExtensionList
-
Adds new mime type.
- addNotify() - Method in class org.openide.awt.Toolbar
-
- addOperationListener(OperationListener) - Method in class org.openide.loaders.DataLoaderPool
-
Add a listener for operations on data objects.
- addProcessorClass(Class<?>) - Method in class org.openide.loaders.XMLDataObject.Info
-
Deprecated.
Add processor class to info.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.DataObject
-
Add a property change listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.loaders.DataObject.Container
-
Adds a listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
-
Adds property listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.EditorSupport
-
Deprecated.
- addSecondaryEntry(MultiDataObject.Entry) - Method in class org.openide.loaders.MultiDataObject
-
Add a new secondary entry to the list.
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.DataObject
-
Add a listener to vetoable changes.
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
-
Adds veto listener.
- ALL - Static variable in interface org.openide.loaders.DataFilter
-
Default filter that accepts everything.
- allLoaders() - Method in class org.openide.loaders.DataLoaderPool
-
Get an enumeration of all loaders, including the preferred and system loaders.
- annotateName(String, boolean, boolean, boolean) - Static method in class org.openide.text.DataEditorSupport
-
Marks up a tab name according to modified and read-only status.
- associateLookup() - Method in class org.openide.loaders.MultiDataObject
-
- asynchronous() - Method in class org.openide.actions.FileSystemRefreshAction
-
- asynchronous() - Method in class org.openide.actions.NewTemplateAction
-
- asynchronous() - Method in class org.openide.actions.SaveAllAction
-
- asynchronous() - Method in class org.openide.actions.SaveAsTemplateAction
-
- attachTo(XMLDataObject) - Method in interface org.openide.loaders.XMLDataObject.Processor
-
Deprecated.
When the XMLDataObject creates new instance of the processor,
it uses this method to attach the processor to the data object.
- attributesFor(DataObject, DataFolder, String) - Method in interface org.openide.loaders.CreateFromTemplateAttributesProvider
-
Deprecated.
Called when a template is about to be instantiated to provide additional
values to the
CreateFromTemplateHandler
that will handle the
template instantiation.