freemind.controller.filter.condition
Class ConditionNotSatisfiedDecorator

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

public class ConditionNotSatisfiedDecorator
extends java.lang.Object
implements Condition

Author:
dimitri 08.05.2005

Constructor Summary
ConditionNotSatisfiedDecorator(Condition originalCondition)
           
 
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

ConditionNotSatisfiedDecorator

public ConditionNotSatisfiedDecorator(Condition originalCondition)
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