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 |
DataFolder |
A folder containing data objects.
|
class |
DataShadow |
Default implementation of a shortcut to another data object.
|
Modifier and Type | Method | Description |
---|---|---|
static DataObject.Container |
DataFolder.findContainer(org.openide.filesystems.FileObject fo) |
Finds a DataObject.Container representing given folder.
|
Modifier and Type | Method | Description |
---|---|---|
protected org.openide.cookies.InstanceCookie |
FolderInstance.acceptContainer(DataObject.Container container) |
Allows subclasses to decide how they want to work with an object
that implements a DataObject.Container.
|
protected org.openide.cookies.InstanceCookie |
FolderLookup.acceptContainer(DataObject.Container df) |
Deprecated.
Container is recognized as underlying
FolderLookup which passes
its items to parent FolderLookup . |
Constructor | Description |
---|---|
FolderInstance(DataObject.Container container) |
A new object that listens on changes in a container.
|
FolderLookup(DataObject.Container df) |
Deprecated.
Constructs the FolderLookup for given container.
|
FolderLookup(DataObject.Container df,
String prefix) |
Deprecated.
Constructs the FolderLookup for given container.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.