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 |
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 and 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.
|