freemind.controller.filter.condition
Class NoFilteringCondition

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

public class NoFilteringCondition
extends java.lang.Object
implements Condition


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

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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

createCondition

public static Condition createCondition()

save

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