proguard.gui
Class FilterBuilder

java.lang.Object
  extended by 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.


Constructor Summary
FilterBuilder(JCheckBox[] checkBoxes, char separator)
          Creates a new FilterBuilder.
 
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
 

Constructor Detail

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.
Method Detail

buildFilter

public String buildFilter()
Builds a filter for the current names and selections of the check boxes.



Copyright © 2012. All Rights Reserved.