Serializable
ChangeableDataFilter
, DataFilter.FileBased
public interface DataFilter extends Serializable
RepositoryNodeFactory
Modifier and Type | Interface | Description |
---|---|---|
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 | Description |
---|---|---|
static DataFilter |
ALL |
Default filter that accepts everything.
|
static long |
serialVersionUID |
Deprecated.
Only public by accident.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
acceptDataObject(DataObject obj) |
Should the data object be displayed or not?
|
static final DataFilter ALL
@Deprecated static final long serialVersionUID
boolean acceptDataObject(DataObject obj)
obj
- the data objecttrue
if the object should be displayed,
false
otherwiseBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.