Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.josql.filters

Class Summary
AbstractJoSQLFilter This class just provides a base-abstract implementation that allow "Filters" to be built on top of it.
DefaultObjectFilter A general purpose object filter that uses a JoSQL statement to provide the filtering.
JoSQLFileFilter A java.io.FileFilter that uses a JoSQL statement to provide the filtering.
JoSQLLogRecordFilter A java.util.logging.Filter that uses a JoSQL statement to provide the filtering.
JoSQLSwingFileFilter A javax.swing.filechooser.FileFilter that uses a JoSQL statement to provide the filtering.
StackTraceElementFilter This class allows you to filter the stack trace of a Throwable, so cutting down on the (sometimes) pointless long stack traces.