public class FilterBuilder extends Object
| Constructor and Description |
|---|
FilterBuilder(JCheckBox[] checkBoxes,
char separator)
Creates a new FilterBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildFilter()
Builds a filter for the current names and selections of the check boxes.
|
public FilterBuilder(JCheckBox[] checkBoxes, char separator)
checkBoxes - the check boxes with names and selections that should
be reflected in the output filter.separator - the separator for the names in the check boxes.public String buildFilter()
Copyright © 2018. All rights reserved.