About icon files of operations

A unique icon file is required for each type of operation and global resource of an adapter.

For icon files for operations, the icons are displayed on the tool pallet of Designer, the script canvas, and so on.

For icon files for global resources, the icons are displayed in the global resource settings on the control panel.

The icon file specifications are as follows:

 

Image format of icon files

PNG

 

Size of icon files

32 x 32 pixels

 

Naming conventions for operation icon files

operation.<string returned from getOperationName() of OperationFactory>.icon

 

[Example] When the character string that is returned from getOperationName() is "execute_query"

Icon name: operation.execute_query.icon

 

= Remarks =

If you place icon files in the $SDK_HOME/dev/XXX_adapter/META-INF directory, the icon files are copied to the installation destination when you execute the ant install command.