com.change_vision.jude.api.inf.project
Interface IIconManager

com.change_vision.jude.api.inf.project.IIconManager

public abstract IIconManager

Interface to manage astah* icons. Provide icon images used in astah* GUI.


Method Summary
abstract  Icon getIcon(IconDescription key)
          Get an Icon.
 

Method Detail

getIcon

abstract Icon getIcon(IconDescription key)
Get an Icon.

Parameters:
key - Icon key
Returns:
Icon. Return null in case there is none.