Site hosted at byteslooser and Grasia! mirrors.


Package com.byteslooser.filters.gui.editors

Interface Summary
ChoiceFilterEditor.IChoice Interface to delegate to the application how a selected option in the editor matches a RowFilter.Entry instance.
ChoiceFilterEditor.IRenderer Renderer to display the different choices
 

Class Summary
ChoiceFilterEditor Table filter editor based on selection of given expression choices, represented by a JComboBox.
ChoiceFilterEditorBeanInfo  
TableChoiceFilterEditor Specialization of the ChoiceFilterEditor class that extracts the choices from the contents of a table's column
TextChoiceFilterEditor Table filter editor based on text parsing, represented by a JComboBox that keeps track of the last used expressions.
TextChoiceFilterEditorBeanInfo  
TextFilterEditor Table filter editor based on text parsing, represented by a JTextField with a contextual menu to hold previous parsing expressions.
TextFilterEditorBeanInfo