freemind.controller.filter.condition
Class ConjunctConditions

java.lang.Object
  extended by freemind.controller.filter.condition.ConjunctConditions
All Implemented Interfaces:
Condition

public class ConjunctConditions
extends java.lang.Object
implements Condition

Author:
dimitri 08.05.2005

Constructor Summary
ConjunctConditions(java.lang.Object[] conditions)
           
 
Method Summary
 boolean checkNode(Controller c, MindMapNode node)
           
 javax.swing.JComponent getListCellRendererComponent()
           
 void save(XMLElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConjunctConditions

public ConjunctConditions(java.lang.Object[] conditions)
Method Detail

checkNode

public boolean checkNode(Controller c,
                         MindMapNode node)
Specified by:
checkNode in interface Condition

getListCellRendererComponent

public javax.swing.JComponent getListCellRendererComponent()
Specified by:
getListCellRendererComponent in interface Condition

save

public void save(XMLElement element)
Specified by:
save in interface Condition