proguard.gui
Class FilterBuilder
java.lang.Object
proguard.gui.FilterBuilder
public class FilterBuilder
- extends Object
This class builds filters corresponding to the selections and names of a
given list of check boxes.
|
Method Summary |
String |
buildFilter()
Builds a filter for the current names and selections of the check boxes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterBuilder
public FilterBuilder(JCheckBox[] checkBoxes,
char separator)
- Creates a new FilterBuilder.
- Parameters:
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.
buildFilter
public String buildFilter()
- Builds a filter for the current names and selections of the check boxes.
Copyright © 2012. All Rights Reserved.