After you created the transactional panel, you may want to launch it in your RCP application. If it is embedded into a dialog, you can control the dialog yourself, like the sign-in dialog. But if you want to launch it in the working area of your RCP application, you can use the BTT activity and navigator framework.
Following are the steps to launch the account summary composite:
BTT Rich Client supports changing theme for SWT widgets. The themes are differentiated by their ID. There is only one default theme. It applies to navigator view, working area view and other BTT pre-built views. For other non-default themes, you can use them by calling the Theme API.
To use default theme, use the ThemeManager.applyDefaultTheme(Control control) API. To use non-default theme, use the ThemeManager.applyTheme(Control control, String themeId) API.