freemind.controller.filter.condition
Class SelectedViewCondition

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

public class SelectedViewCondition
extends java.lang.Object
implements Condition


Constructor Summary
SelectedViewCondition()
           
 
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
 

Constructor Detail

SelectedViewCondition

public SelectedViewCondition()
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