1<?xml version="1.0" encoding="UTF-8"?>
2
3<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
4  <script language="BeanShell">
5    <locale lang="en">
6      <displayname value="ShowDialog" />
7      <description>
8        Example of how to show a dialog from BeanShell
9      </description>
10    </locale>
11    <functionname value="ShowDialog.bsh" />
12    <logicalname value="ShowDialog.BeanShell" />
13  </script>
14  <script language="BeanShell">
15    <locale lang="en">
16      <displayname value="ButtonPressHandler" />
17      <description>
18        Example of handle button press events for the Dialog
19      </description>
20    </locale>
21    <functionname value="ButtonPressHandler.bsh" />
22    <logicalname value="ButtonPressHandler.BeanShell" />
23  </script>
24</parcel>
25
26