de.jaret.util.ui.table.model
Class AbstractRowFilter

java.lang.Object
  extended by de.jaret.util.misc.PropertyObservableBase
      extended by de.jaret.util.ui.table.model.AbstractRowFilter
All Implemented Interfaces:
de.jaret.util.misc.PropertyObservable, IRowFilter

public abstract class AbstractRowFilter
extends de.jaret.util.misc.PropertyObservableBase
implements IRowFilter

Abstract base implementation of a RowFilter to allow easy anonymous inner classes to be constructed.

Version:
$Id: AbstractRowFilter.java 386 2007-04-30 08:38:51Z olk $
Author:
Peter Kliem

Field Summary
 
Fields inherited from class de.jaret.util.misc.PropertyObservableBase
_propertyChangeSupport
 
Constructor Summary
AbstractRowFilter()
           
 
Method Summary
 
Methods inherited from class de.jaret.util.misc.PropertyObservableBase
addPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.jaret.util.ui.table.filter.IRowFilter
isInResult
 
Methods inherited from interface de.jaret.util.misc.PropertyObservable
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

AbstractRowFilter

public AbstractRowFilter()


Copyright © 2012. All Rights Reserved.