|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.FilterBuilder
public class FilterBuilder
This class builds filters corresponding to the selections and names of a given list of check boxes.
| Constructor Summary | |
|---|---|
FilterBuilder(javax.swing.JCheckBox[] checkBoxes,
char separator)
Creates a new FilterBuilder. |
|
| Method Summary | |
|---|---|
java.lang.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 |
| Constructor Detail |
|---|
public FilterBuilder(javax.swing.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.| Method Detail |
|---|
public java.lang.String buildFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||