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

com.change_vision.jude.api.inf.view.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.