public class DefaultFileFilter extends Object implements IRemoteFilter
IRemoteFilter.AlwaysFilter, IRemoteFilter.NeverFilter
ALWAYS, NEVER
Constructor and Description |
---|
DefaultFileFilter()
Create a new file filter.
|
DefaultFileFilter(boolean all,
List<String> selected)
Create a new file filter.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Boolean> |
filter(Object obj)
Filter an object.
|
List<String> |
getSelectedComponents()
Get the selected filter elements.
|
boolean |
isAll()
Test the all flag .
|
void |
setAll(boolean all)
Set the all flag.
|
void |
setSelectedComponents(List<String> selected)
Set the selected elements.
|
public void setAll(boolean all)
all
- The all flag.public boolean isAll()
public List<String> getSelectedComponents()
public void setSelectedComponents(List<String> selected)
selectedcomponents
- The selected components.public IFuture<Boolean> filter(Object obj)
filter
in interface IRemoteFilter
obj
- The object to filter.Copyright © 2013. All Rights Reserved.