To add a management panel to a REM plugin:
1 |
Open a terminal, and |
---|---|
2 |
Run For example: ./create-management-panel.sh -f bar -c Bar -p bar The SDK generates a new management panel from the template into your plugin’s |
3 |
Configure Google Guice and Gin bindings:
|
4 |
Hook up your panel to the menus and deck:
|
5 |
You can repeat this process using different values to create several management panels within your plugin. |
You can then run your plugin to see what it looks like.
For details, please see the Google Guice Project. |