About this task
To link the Withdraw transaction to the RCP panel, you need
to create related navigation item and activity. For more information,
see
Creating
a navigation item and
creating
an activity to launch the transaction panel:
- Extend the com.ibm.btt.rcp.activity.activities extension point
using the plug-in editor:
- Double-click plugin.xml file in BTTJumpStartSampleRCPClient project,
and switch to Extensions tab. Click Add.
- Click com.ibm.btt.rcp.activity.activities in
Extension Point filter, and click Finish.
- Right-click com.ibm.btt.rcp.activity.activities,
and then select .
- In Extension Element Details panel, enter
the following values:
- id: com.ibm.btt.jumpstart.sample.withdrawProcessActivity
- processorId: withdrawProc
- Name: withdrawProc
- Unique: true
- Extend the com.ibm.btt.rcp.navigator.items extension point using
the plug-in editor:
- Double-click plugin.xml file in BTTJumpStartSampleRCPClient project,
and switch to Extensions tab. Click Add.
- Click com.ibm.btt.rcp.navigator.items in
the Extension Point filter, and click Finish.
- Right-click com.ibm.btt.rcp.navigator.items,
and then select .
- In the Extension Element Details panel,
enter the following values:
- Id: com.ibm.btt.jumpstart.sample.txnFolder
- Name: Transactions
- Icon: icons/folder.gif
- Index: 1
- Right-click Transactions(folder), and then
select .
- In the Extension Element Details panel,
enter the following values:
- Id: com.ibm.btt.jumpstart.sample.WithdrawProcessItem
- Name: Cash Withdraw
- activityId: com.ibm.btt.jumpstart.sample.withdrawProcessActivity
- Index: 3
- Shortcut: wp
- lauchCode: 0101
- Icon: icons/item.gif