A B C D E F G H I M N O P R S T U V

R

removeFilter(IFilter) - Method in class net.coderazzi.filters.ComposedFilter
Unsubscribes a IFilter that was previously subscribed to receive filter events
removeFilterObserver(IFilterObserver) - Method in class net.coderazzi.filters.BaseFilter
 
removeFilterObserver(IFilterObserver) - Method in interface net.coderazzi.filters.IFilter
Unregisters an observer, that will not receive no further filter update notifications.
removeHeaderObserver(IFilterHeaderObserver) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Removes an existing observer from the header
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.coderazzi.filters.IFilterTextParser
Removes an existing PropertyChangeListener
removePropertyChangeListener(PropertyChangeListener) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
reportFilterUpdatedToObservers() - Method in class net.coderazzi.filters.BaseFilter
Method to be called by subclasses to report to the observers that the filter has changed
resetFilter() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Resets the filter, which implies: Content set to empty If it has autooptions, they are recreated Without autooptions, if there is a renderer, nothing else is done Without autoptions, and with no renderer: History is lost Options are removed It becomes editable
resetFilter() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Invokes resetFilter on all the editor filters.

A B C D E F G H I M N O P R S T U V