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

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

public abstract IIconManager

Interface to manage icons of Astah. 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 - the key of the icon.
Returns:
Icon. Return null in case there is none.