Create a user coded action for BlackBerry devices.
| Option | Description |
|---|---|
| Source Folder | By default, this is empty. Click Browse to locate the source folder for the Java class. |
| Package | Click Browse to locate the package for the new Java class. |
| Name | Enter a name for the custom action. |
| Superclass |
By default, this is com.sybase.uep.bobclient.actions.Action.
|
| Interfaces | By default, this is populated with the com.sybase.uep.bobclient.actions.IBOBAction interface. Click Add to select interfaces implemented by the new class. |
| Which Method Stubs Would You Like to Create |
|
| Do You Want to Add Comments | Select Generate Comments to add comments. |
| Option | Description |
|---|---|
| Source package | Select the folder to include any of the source packages to compile into the client for the source screen. |
| Extra source package | Select the folder that contains any additional source package to compile into the client. |
| Resources | Select a folder to include any resources, for example, images, in the client. |
| Third party libraries | Select a folder with libraries (*.jar files) to compile against. |