Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiFileLoader
Loader for any kind of
MultiDataObject . |
class |
UniFileLoader
Support class for loader handling one file at a time.
|
Modifier and Type | Method and Description |
---|---|
DataLoader |
DataLoaderPool.firstProducerOf(Class<? extends DataObject> clazz)
Finds the first producer of a representation class.
|
DataLoader |
DataObject.getLoader()
Get the loader that created this data object.
|
static DataLoader |
DataLoaderPool.FileObject fo)
Get the preferred loader for a file.
|
DataLoader[] |
DataLoaderPool.toArray()
Get an array of loaders that are currently registered.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataLoaderPool.FileObject fo,
DataLoader loader)
Utility method to mark a file as belonging to a loader.
|
Constructor and Description |
---|
FileObject fo,
DataLoader loader)
Deprecated.
Since 1.13 do not use this constructor, it is for backward compatibility only.
|
DataLoaderPool(DataLoader loader)
Create new loader pool and set preferred loader.
|
FileObject pf,
DataLoader loader)
Create a new data object.
|
FileObject fo,
DataObject original,
DataLoader loader)
Deprecated.
Since 1.13 do not use this constructor, it is for backward compatibility only
|