freemind.controller.filter.condition
Interface Condition

All Known Implementing Classes:
AttributeCompareCondition, AttributeExistsCondition, AttributeNotExistsCondition, ConditionNotSatisfiedDecorator, ConjunctConditions, DisjunctConditions, IconContainedCondition, NodeCondition, NoFilteringCondition, SelectedViewCondition

public interface Condition


Method Summary
 boolean checkNode(Controller c, MindMapNode node)
           
 javax.swing.JComponent getListCellRendererComponent()
           
 void save(XMLElement element)
           
 

Method Detail

checkNode

boolean checkNode(Controller c,
                  MindMapNode node)

getListCellRendererComponent

javax.swing.JComponent getListCellRendererComponent()

save

void save(XMLElement element)