Package rekit.gui.controller.commands
Class FilterCommand
java.lang.Object
rekit.gui.controller.commands.FilterCommand
- All Implemented Interfaces:
Command
This Command Type is used for attaching and/or detaching
Only for testing purposes
Filters to a View. Only for testing purposes
- Author:
- Dominik Fuchss
-
Constructor Summary
ConstructorsConstructorDescriptionFilterCommand(boolean enable, Model model, Filter filter) Create a new FilterCommand. -
Method Summary
-
Constructor Details
-
FilterCommand
Create a new FilterCommand.- Parameters:
enable- indicates whether this command will enable a filtermodel- the modelfilter- the filter or ignored ifenable == false
-
-
Method Details