- factory(Class<T>, String, Image) - Static method in class org.openide.loaders.DataLoaderPool
-
Factory method to create default implementation of a factory for
data objects.
- FileEntry - Class in org.openide.loaders
-
Entry that works with plain files.
- FileEntry(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry
-
Creates new file entry initially attached to a given file object.
- FileEntry.Folder - Class in org.openide.loaders
-
Simple entry for handling folders, on copy, move and createFromTemplate
it creates new empty folder and copies attributes of source folder.
- FileEntry.Format - Class in org.openide.loaders
-
Specialized entry that simplifies substitution when a file entry
is created from template.
- FileEntry.Numb - Class in org.openide.loaders
-
Simple file entry variant.
- files() - Method in class org.openide.loaders.DataObject
-
Get all contained files.
- files() - Method in class org.openide.loaders.MultiDataObject
-
- FileSystemAction - Class in org.openide.actions
-
Action that presents standard file system-related actions.
- FileSystemAction() - Constructor for class org.openide.actions.FileSystemAction
-
- FileSystemRefreshAction - Class in org.openide.actions
-
Action for refresh of file systm
- FileSystemRefreshAction() - Constructor for class org.openide.actions.FileSystemRefreshAction
-
- fillInStackTrace() - Method in exception org.openide.loaders.DataObjectExistsException
-
Performance trick
- find(FileObject) - Static method in class org.openide.loaders.DataObject
-
Finds the data object for a specified file object.
- find(DataObject) - Static method in class org.openide.loaders.Environment
-
Finds a lookup for given data object.
- find(DataFolder, String, String) - Static method in class org.openide.loaders.InstanceDataObject
-
Finds instance of specified name in a given folder.
- find(DataFolder, String, Class<?>) - Static method in class org.openide.loaders.InstanceDataObject
-
Finds instance of specified name in a given folder.
- findCloneableOpenSupport() - Method in class org.openide.loaders.OpenSupport.Env
-
Method that allows environment to find its
cloneable open support.
- findContainer(FileObject) - Static method in class org.openide.loaders.DataFolder
-
Finds a DataObject.Container representing given folder.
- findDataObject(FileObject, Set<? super FileObject>) - Method in class org.openide.loaders.DataLoader
-
Find a data object appropriate to the given file object--the meat of this class.
- findDataObject(FileObject, DataLoader.RecognizedFiles) - Method in class org.openide.loaders.DataLoader
-
Find a data object appropriate to the given file object--the meat of this class.
- findDataObject(FileObject) - Method in class org.openide.loaders.DataLoaderPool
-
Find a data object for this file object (not for normal users of the APIs).
- findDataObject(FileObject, DataLoader.RecognizedFiles) - Method in class org.openide.loaders.DataLoaderPool
-
Find a data object for this file object, considering already-recognized files (not for normal users of the APIs).
- findDataObject(FileObject, Set<? super FileObject>) - Method in interface org.openide.loaders.DataObject.Factory
-
Find a data object appropriate to the given file object--the meat of this class.
- findDataObject(Line) - Static method in class org.openide.text.DataEditorSupport
-
Support method that extracts a DataObject from a Line.
- findDataObject() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Finds data object the entry belongs to.
- findFolder(FileObject) - Static method in class org.openide.loaders.DataFolder
-
Create a folder for a specified file object.
- findHelp(InstanceCookie) - Static method in class org.openide.loaders.InstanceSupport
-
- findOriginal(FileObject) - Static method in class org.openide.loaders.DataShadow
-
Tries to locate the original file from a shadow.
- findPrimaryFile(FileObject) - Method in class org.openide.loaders.MultiFileLoader
-
For a given file finds the primary file.
- findPrimaryFile(FileObject) - Method in class org.openide.loaders.UniFileLoader
-
Get the primary file.
- findSecondaryEntry(FileObject) - Method in class org.openide.loaders.MultiDataObject
-
For a given file, find the associated secondary entry.
- findSettingsContext(DataObject) - Static method in class org.openide.loaders.Environment
-
- findToolbar(String) - Method in class org.openide.awt.ToolbarPool
-
Returns a Toolbar
to which this pool maps the given name.
- fireChangeEvent(ChangeEvent) - Method in class org.openide.loaders.DataLoaderPool
-
Fire change event to all listeners.
- fireDragToolbar(int, int, int) - Method in class org.openide.awt.Toolbar
-
- fireDropToolbar(int, int, int) - Method in class org.openide.awt.Toolbar
-
- fireEvent(ConnectionCookie.Event) - Method in class org.openide.loaders.ConnectionSupport
-
Deprecated.
Fires info for all listeners of given type.
- firePropertyChange(String, Object, Object) - Method in class org.openide.loaders.DataObject
-
- firePropertyChange(String, Object, Object) - Method in class org.openide.loaders.OpenSupport.Env
-
Fires property change.
- fireVetoableChange(String, Object, Object) - Method in class org.openide.loaders.DataObject
-
Fires vetoable change notification.
- fireVetoableChange(String, Object, Object) - Method in class org.openide.loaders.OpenSupport.Env
-
Fires vetoable change.
- firstProducerOf(Class<? extends DataObject>) - Method in class org.openide.loaders.DataLoaderPool
-
Finds the first producer of a representation class.
- Folder(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry.Folder
-
Creates new FolderEntry
- folder - Variable in class org.openide.loaders.FolderInstance
-
Folder to work with.
- FOLDER_NAMES - Static variable in class org.openide.loaders.DataFolder.SortMode
-
Folders go first (sorted by name) followed by non-folder
objects sorted by name.
- FolderInstance - Class in org.openide.loaders
-
- FolderInstance(DataFolder) - Constructor for class org.openide.loaders.FolderInstance
-
Create new folder instance.
- FolderInstance(DataObject.Container) - Constructor for class org.openide.loaders.FolderInstance
-
A new object that listens on changes in a container.
- FolderLookup - Class in org.openide.loaders
-
- FolderLookup(DataObject.Container) - Constructor for class org.openide.loaders.FolderLookup
-
Deprecated.
Constructs the FolderLookup for given container.
- FolderLookup(DataObject.Container, String) - Constructor for class org.openide.loaders.FolderLookup
-
Deprecated.
Constructs the FolderLookup for given container.
- FolderNode(Children) - Constructor for class org.openide.loaders.DataFolder.FolderNode
-
Create a folder node with some children.
- FolderNode() - Constructor for class org.openide.loaders.DataFolder.FolderNode
-
Create a folder node with default folder children.
- FolderRenameHandler - Interface in org.openide.loaders
-
This handler is used by DataFolder.FolderNode.setName() method.
- Format(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry.Format
-
Create a new entry initially attached to a given file object.
- FREE_FILE_EXTENSION - Static variable in class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
Parameter to enable free file extension mode.