freemind.controller.filter.condition
Class IconContainedCondition
java.lang.Object
freemind.controller.filter.condition.IconContainedCondition
- All Implemented Interfaces:
- Condition
public class IconContainedCondition
- extends java.lang.Object
- implements Condition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IconContainedCondition
public IconContainedCondition(java.lang.String iconName)
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