freemind.controller.filter.condition
Class DisjunctConditions

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

public class DisjunctConditions
extends java.lang.Object
implements Condition

Author:
dimitri 08.05.2005

Constructor Summary
DisjunctConditions(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

DisjunctConditions

public DisjunctConditions(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