freemind.controller.filter.condition
Class NodeCondition

java.lang.Object
  extended by freemind.controller.filter.condition.NodeCondition
All Implemented Interfaces:
Condition
Direct Known Subclasses:
AttributeCompareCondition, AttributeExistsCondition, AttributeNotExistsCondition

public abstract class NodeCondition
extends java.lang.Object
implements Condition

Author:
dimitri 15.05.2005

Constructor Summary
protected NodeCondition()
           
 
Method Summary
protected abstract  java.lang.String createDesctiption()
           
 javax.swing.JComponent getListCellRendererComponent()
           
 void saveAttributes(XMLElement child)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface freemind.controller.filter.condition.Condition
checkNode, save
 

Constructor Detail

NodeCondition

protected NodeCondition()
Method Detail

getListCellRendererComponent

public javax.swing.JComponent getListCellRendererComponent()
Specified by:
getListCellRendererComponent in interface Condition

toString

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

createDesctiption

protected abstract java.lang.String createDesctiption()

saveAttributes

public void saveAttributes(XMLElement child)