Uses of Class org.htmlparser.parserapplications.filterbuilder.Filter

Uses in package org.htmlparser.parserapplications.filterbuilder

Constructors with parameter type org.htmlparser.parserapplications.filterbuilder.Filter

SubFilterList.SubFilterList(Filter home, String title, int max)
Creates a container panel.

Fields of type org.htmlparser.parserapplications.filterbuilder.Filter

Filter
The parent filter wrapper.

Methods with parameter type org.htmlparser.parserapplications.filterbuilder.Filter

void
Add a filter to the container contents.
void
SubFilterList.addFilter(Filter filter, int index)
Add a filter to the container at a specific position.
void
Add a filter to the current selection set.
String
Returns a string serialization of the filters.
void
FilterBuilder.insertFilters(Filter[] filters, Point point, SubFilterList list)
Adds a set of filters to the main panel or a sublist.
void
Remove a filter from the container.
void
Remove a filter from the current selection set.
boolean
Check if the current selection set contains the given filter.
void
FilterBuilder.setExpanded(Filter[] filters, boolean expanded, boolean recursive)
Expand or collapse filters, possibly recursively.
void
Set up drop targets.
void
Set up mouse listeners.

Methods with return type org.htmlparser.parserapplications.filterbuilder.Filter

Filter[]
Retrieve the top level filters in the main window.
Filter[]
Return the list of filters in this container.
Filter[]
Return the current selection set as an array.
Filter
Filter.instantiate(String class_name)
Create a new filter from the class name.
Filter
Return the last filter added to the selection set.
Filter[]
Filter.reconstitute(String string, Parser context)
Returns the filters represented by the string.
Filter
Filter.wrap(NodeFilter filter, Parser context)
Returns a wrapped filter.

Uses in package org.htmlparser.parserapplications.filterbuilder.wrappers

Classes derived from org.htmlparser.parserapplications.filterbuilder.Filter

class
Wrapper for AndFilters.
class
Wrapper for HasAttributeFilters.
class
Wrapper for HasChildFilters.
class
Wrapper for HasParentFilters.
class
Wrapper for HasSiblingFilters.
class
Wrapper for NodeClassFilters.
class
Wrapper for NotFilters.
class
Wrapper for OrFilters.
class
Wrapper for RegexFilters.
class
Wrapper for StringFilters.
class
Wrapper for TagNameFilters.

HTML Parser is an open source library released under LGPL. SourceForge.net