|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IFilter | |
| jtge.engine.command | Command package. |
| jtge.engine.handler | Command handler package. |
| Uses of IFilter in jtge.engine.command |
| Classes in jtge.engine.command that implement IFilter | |
class |
ReverseFilter
Provides a proxy to reverse a filter. |
class |
TypeFilter
Provides a filter based on the type of commands. |
| Methods in jtge.engine.command with parameters of type IFilter | |
ICommand |
ICommand.filter(IFilter filter)
Filter the command. |
ICommand |
Flow.filter(IFilter filter)
Filter the command. |
ICommand |
AbstractCommand.filter(IFilter filter)
Filter the command. |
| Constructors in jtge.engine.command with parameters of type IFilter | |
ReverseFilter(IFilter filter)
Create a filter reversing another filter. |
|
| Uses of IFilter in jtge.engine.handler |
| Constructors in jtge.engine.handler with parameters of type IFilter | |
Filter(IConsumer consumer,
IFilter filter)
Create a filter handler. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||