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 |
DataFolder
A folder containing data objects.
|
class |
DataShadow
Default implementation of a shortcut to another data object.
|
Modifier and Type | Method and Description |
---|---|
static DataObject.Container |
DataFolder.findContainer(FileObject fo)
Finds a DataObject.Container representing given folder.
|
Modifier and Type | Method and Description |
---|---|
protected InstanceCookie |
FolderInstance.acceptContainer(DataObject.Container container)
Allows subclasses to decide how they want to work with an object
that implements a DataObject.Container.
|
protected InstanceCookie |
FolderLookup.acceptContainer(DataObject.Container df)
Deprecated.
Container is recognized as underlying
FolderLookup which passes
its items to parent FolderLookup . |
Constructor and 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.
|