HEADER

ru.biosoft.access
Class MutableFilter

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableFilter
Direct Known Subclasses:
BiopolimerDiagramFilter, ValueListFilter.ValueFilter, CompositeFilter, PatternFilter, ArrayPropertyValueFilter, PropertyValueFilter

public abstract class MutableFilter
extends Option
implements Filter

MutableFilter is a filter whose selection condition can be changed in runtime. This class provides skeleton for mutable filter with one changeable option enabled.


Constructor Summary
MutableFilter()
           
MutableFilter(Option parent)
           

Method Summary
 booleanisEnabled()
           
 voidsetEnabled(boolean enabled)
           

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

MutableFilter

public MutableFilter()

MutableFilter

public MutableFilter(Option parent)
Method Detail

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

FOOTER

BOTTOM