Package | Description |
---|---|
org.openide.actions | |
org.openide.awt | |
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
org.openide.text |
Class and Description |
---|
DataObject
Object that represents one or more file objects, with added behavior
accessible though
DataObject.getLookup() lookup pattern. |
TemplateWizard
Wizard for creation of new objects from a template.
|
Class and Description |
---|
DataFolder
A folder containing data objects.
|
Class and Description |
---|
DataFilter
Allows certain data objects to be excluded from being displayed.
|
DataFolder
A folder containing data objects.
|
DataFolder.SortMode
Type-safe enumeration of sort modes for data folders.
|
DataLoader
A data loader recognizes
FileObject s and creates appropriate
DataObject s to represent them. |
DataLoader.RecognizedFiles
Buffer holding a list of primary and secondary files marked as already recognized, to prevent further scanning.
|
DataLoaderPool
Pool of data loaders.
|
DataNode
Standard node representing a data object.
|
DataObject
Object that represents one or more file objects, with added behavior
accessible though
DataObject.getLookup() lookup pattern. |
DataObject.Container
Interface for objects that can contain other data objects.
|
DataObject.Factory
Factory interface for converting file object to data objects.
|
DataObject.Registry
Registry of modified data objects.
|
DataObjectExistsException
Exception signalling that the data object for this file cannot
be created because there already is an object for the primary file.
|
DataObjectNotFoundException
Exception signalling that the data object for a given file object could not
be found in
DataObject.find(org.openide.filesystems.FileObject) . |
DataShadow
Default implementation of a shortcut to another data object.
|
ExtensionList
Property class that collects a modifiable list of file extensions
and permits checking of whether a name or a file object has a given extension.
|
FileEntry
Entry that works with plain files.
|
FolderInstance
Support class for creation of an object from the content
of a
DataObject.Container . |
InstanceDataObject
A data object whose only purpose is to supply
InstanceCookie . |
MultiDataObject
Provides support for handling of data objects with multiple files.
|
MultiDataObject.Entry
Represents one file in a
group data object . |
MultiFileLoader
Loader for any kind of
MultiDataObject . |
OpenSupport.Env
Environment that connects the support together with DataObject.
|
OperationEvent
Event that describes operations taken on
a data object.
|
OperationEvent.Copy
Notification of a copy action of a data object, creation of a shadow,
or creation from a template.
|
OperationEvent.Move
Notification of a move of a data object.
|
OperationEvent.Rename
Notification of a rename of a data object.
|
OperationListener
Listener to operations on data objects.
|
RepositoryNodeFactory
Deprecated.
Probably unwise to call this for any reason; obsolete UI.
|
TemplateWizard
Wizard for creation of new objects from a template.
|
TemplateWizard.Iterator
The interface for custom iterator.
|
XMLDataObject
Object that provides main functionality for xml documents.
|
XMLDataObject.Info
Deprecated.
use Lookup
Representation of xmlinfo file holding container of Processors.
|
Class and Description |
---|
DataObject
Object that represents one or more file objects, with added behavior
accessible though
DataObject.getLookup() lookup pattern. |
MultiDataObject
Provides support for handling of data objects with multiple files.
|
MultiDataObject.Entry
Represents one file in a
group data object . |
OpenSupport
Simple support for an openable file.
|
OpenSupport.Env
Environment that connects the support together with DataObject.
|