Package com.nomagic.magicdraw.ui
Interface IconControlerInterface
- 
- All Known Implementing Classes:
 BitmapIconControler,VectorImageIconControler
@OpenApiAll @Deprecated public interface IconControlerInterfaceDeprecated.useIconsFactoryDescribe interface for managing icon. Responsible for creating IconInterface 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.swing.IconcreateIcon()Deprecated.Creates icon by given class file and pathjava.lang.StringgetIconPath()Deprecated.Returns full icon name. 
 - 
 
- 
- 
Method Detail
- 
createIcon
javax.swing.Icon createIcon() throws java.lang.ExceptionDeprecated.Creates icon by given class file and path- Returns:
 - Loaded image file
 - Throws:
 java.lang.Exception
 
- 
getIconPath
java.lang.String getIconPath()
Deprecated.Returns full icon name.- Returns:
 - icon image directory.
 
 
 - 
 
 -