1 <?xml version="1.0" encoding="UTF-8"?>
3 <parcel language="BeanShell" xmlns:parcel="scripting.dtd">
4 <script language="BeanShell">
6 <displayname value="ShowDialog" />
8 Example of how to show a dialog from BeanShell
11 <functionname value="ShowDialog.bsh" />
12 <logicalname value="ShowDialog.BeanShell" />
14 <script language="BeanShell">
16 <displayname value="ButtonPressHandler" />
18 Example of handle button press events for the Dialog
21 <functionname value="ButtonPressHandler.bsh" />
22 <logicalname value="ButtonPressHandler.BeanShell" />