|
org.openide.loaders 5.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFilter
Allows certain data objects to be excluded from being displayed.
RepositoryNodeFactory
Field Summary | |
---|---|
static DataFilter |
ALL
Default filter that accepts everything. |
static long |
serialVersionUID
Deprecated. Only public by accident. |
Method Summary | |
---|---|
boolean |
acceptDataObject(DataObject obj)
Should the data object be displayed or not? |
Field Detail |
---|
static final DataFilter ALL
static final long serialVersionUID
Method Detail |
---|
boolean acceptDataObject(DataObject obj)
obj
- the data object
true
if the object should be displayed,
false
otherwise
|
org.openide.loaders 5.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |