se.entitymanager.presentation
Interface Icon

All Known Implementing Classes:
SwingIcon

public interface Icon

An icon.

Instances of this interface are used to encapsulate different kinds of icons. A Swing Application may need ImageIcon objects, while other frameworks need different classes.


Method Summary
 java.lang.Object getIconObject()
          Returns the encapsulated icon object.
 

Method Detail

getIconObject

java.lang.Object getIconObject()
Returns the encapsulated icon object.

Returns:
the icon object