freemind.controller.filter.condition
Class IconContainedCondition

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

public class IconContainedCondition
extends java.lang.Object
implements Condition


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

Constructor Detail

IconContainedCondition

public IconContainedCondition(java.lang.String iconName)
Method Detail

checkNode

public boolean checkNode(Controller c,
                         MindMapNode node)
Specified by:
checkNode in interface Condition

iconFirstIndex

public static int iconFirstIndex(MindMapNode node,
                                 java.lang.String iconName)

iconLastIndex

public static int iconLastIndex(MindMapNode node,
                                java.lang.String iconName)

getListCellRendererComponent

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

save

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