freemind.controller.filter
Class FilterInfo

java.lang.Object
  extended by freemind.controller.filter.FilterInfo

public class FilterInfo
extends java.lang.Object

Author:
dimitri 15.05.2005

Constructor Summary
FilterInfo()
           
 
Method Summary
 boolean isAncestor()
           
 boolean isMatched()
           
 void reset()
           
 void setAncestor()
           
 void setDescendant()
           
 void setMatched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterInfo

public FilterInfo()
Method Detail

reset

public void reset()

setAncestor

public void setAncestor()

setDescendant

public void setDescendant()

setMatched

public void setMatched()

isAncestor

public boolean isAncestor()

isMatched

public boolean isMatched()