package components.tree { import mx.controls.Tree; public interface IconRule { function getIcon(node:XML, tree:Tree) : Class; } }