程序包 proguard.gui

类 FilterBuilder


  • public class FilterBuilder
    extends java.lang.Object
    This class builds filters corresponding to the selections and names of a given list of check boxes.
    • 构造器概要

      构造器 
      构造器 说明
      FilterBuilder​(javax.swing.JCheckBox[] checkBoxes, char separator)
      Creates a new FilterBuilder.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String buildFilter()
      Builds a filter for the current names and selections of the check boxes.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • FilterBuilder

        public FilterBuilder​(javax.swing.JCheckBox[] checkBoxes,
                             char separator)
        Creates a new FilterBuilder.
        参数:
        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 java.lang.String buildFilter()
        Builds a filter for the current names and selections of the check boxes.