HEADER

biouml.model
Interface DiagramFilter

All Known Implementing Classes:
BiopolimerDiagramFilter

public interface DiagramFilter
extends Filter

This interface is needed to take into account difference between hiding and highlighting modes.


Fields inherited from interface ru.biosoft.access.Filter
INCLUDE_ALL_FILTER, INCLUDE_NONE_FILTER

Method Summary
 voidsetHidingMode(boolean hidingMode)
           

Methods inherited from interface ru.biosoft.access.Filter
isAcceptable, isEnabled

Method Detail

setHidingMode

public void setHidingMode(boolean hidingMode)

FOOTER

BOTTOM