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. Get an icon used by 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 if there is no icon.