Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeableDataFilter
Allows certain data objects to be excluded from being displayed.
|
static interface |
DataFilter.FileBased
Additional interface that can be implemented by the
DataFilter
implementors to do low level filtering based on the file objects. |
Modifier and Type | Field and Description |
---|---|
static DataFilter |
DataFilter.ALL
Default filter that accepts everything.
|
Modifier and Type | Method and Description |
---|---|
Children |
DataFolder.createNodeChildren(DataFilter filter)
Support method to obtain a children object that
can be added to any
Node . |
abstract Node |
RepositoryNodeFactory.repository(DataFilter f)
Deprecated.
Create a node representing a subset of the repository of filesystems.
|