freemind.controller.filter.condition
Class AttributeExistsCondition

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

public class AttributeExistsCondition
extends NodeCondition

Author:
Dimitri Polivaev 12.07.2005

Constructor Summary
AttributeExistsCondition(java.lang.String attribute)
           
 
Method Summary
 boolean checkNode(Controller c, MindMapNode node)
           
protected  java.lang.String createDesctiption()
           
 void save(XMLElement element)
           
 
Methods inherited from class freemind.controller.filter.condition.NodeCondition
getListCellRendererComponent, saveAttributes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeExistsCondition

public AttributeExistsCondition(java.lang.String attribute)
Method Detail

checkNode

public boolean checkNode(Controller c,
                         MindMapNode node)

save

public void save(XMLElement element)

createDesctiption

protected java.lang.String createDesctiption()
Specified by:
createDesctiption in class NodeCondition