public static class FileTreePanel.DelegationFilter
extends java.lang.Object
implements jadex.commons.IAsyncFilter
Modifier and Type | Field and Description |
---|---|
protected jadex.commons.IAsyncFilter |
filter
The delegation filter.
|
Constructor and Description |
---|
DelegationFilter() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Boolean> |
filter(java.lang.Object obj)
Test if an object passes the filter.
|
jadex.commons.IAsyncFilter |
getFilter()
Get the filter.
|
void |
setFilter(jadex.commons.IAsyncFilter filter)
Set the filter.
|
public jadex.commons.future.IFuture<java.lang.Boolean> filter(java.lang.Object obj)
filter
in interface jadex.commons.IAsyncFilter
public jadex.commons.IAsyncFilter getFilter()
public void setFilter(jadex.commons.IAsyncFilter filter)
filter
- The filter to set.