Uses of Class
org.htmlparser.parserapplications.filterbuilder.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.htmlparser.parserapplications.filterbuilder
Fields in org.htmlparser.parserapplications.filterbuilder declared as FilterMethods in org.htmlparser.parserapplications.filterbuilder that return FilterModifier and TypeMethodDescriptionFilter[]FilterBuilder.getFilters()Retrieve the top level filters in the main window.Filter[]SubFilterList.getFilters()Return the list of filters in this container.protected Filter[]FilterBuilder.getSelection()Return the current selection set as an array.static FilterFilter.instantiate(String class_name) Create a new filter from the class name.protected FilterFilterBuilder.lastSelected()Return the last filter added to the selection set.static Filter[]Filter.reconstitute(String string, Parser context) Returns the filters represented by the string.static FilterFilter.wrap(NodeFilter filter, Parser context) Returns a wrapped filter.Methods in org.htmlparser.parserapplications.filterbuilder with parameters of type FilterModifier and TypeMethodDescriptionvoidAdd a filter to the container contents.voidAdd a filter to the container at a specific position.protected voidFilterBuilder.addSelection(Filter filter) Add a filter to the current selection set.static StringFilter.deconstitute(Filter[] filters) Returns a string serialization of the filters.protected voidFilterBuilder.insertFilters(Filter[] filters, Point point, SubFilterList list) Adds a set of filters to the main panel or a sublist.voidSubFilterList.removeFilter(Filter filter) Remove a filter from the container.protected voidFilterBuilder.removeSelection(Filter filter) Remove a filter from the current selection set.protected booleanFilterBuilder.selectionContains(Filter filter) Check if the current selection set contains the given filter.voidFilterBuilder.setExpanded(Filter[] filters, boolean expanded, boolean recursive) Expand or collapse filters, possibly recursively.voidFilterBuilder.setupDropTargets(Filter[] filters) Set up drop targets.voidFilterBuilder.setupMouseListeners(Filter[] filters) Set up mouse listeners.Constructors in org.htmlparser.parserapplications.filterbuilder with parameters of type FilterModifierConstructorDescriptionSubFilterList(Filter home, String title, int max) Creates a container panel. -
Uses of Filter in org.htmlparser.parserapplications.filterbuilder.wrappers
Subclasses of Filter in org.htmlparser.parserapplications.filterbuilder.wrappersModifier and TypeClassDescriptionclassWrapper for AndFilters.classWrapper for HasAttributeFilters.classWrapper for HasChildFilters.classWrapper for HasParentFilters.classWrapper for HasSiblingFilters.classWrapper for NodeClassFilters.classWrapper for NotFilters.classWrapper for OrFilters.classWrapper for RegexFilters.classWrapper for StringFilters.classWrapper for TagNameFilters.