Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DataLoader |
A data loader recognizes
FileObject s and creates appropriate
DataObject s to represent them. |
class |
MultiFileLoader |
Loader for any kind of
MultiDataObject . |
class |
UniFileLoader |
Support class for loader handling one file at a time.
|
Modifier and Type | Method | Description |
---|---|---|
static <T extends DataObject> |
DataLoaderPool.factory(Class<T> dataObjectClass,
String mimeType,
Image image) |
Factory method to create default implementation of a factory for
data objects.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.