freemind.controller.filter.condition
Class AttributeNotExistsCondition

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

public class AttributeNotExistsCondition
extends NodeCondition

Author:
Dimitri Polivaev 12.07.2005

Constructor Summary
AttributeNotExistsCondition(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

AttributeNotExistsCondition

public AttributeNotExistsCondition(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