AppletName property
The name of the applet with which the specified AppletDescription is associated.
Syntax
Set: AppletDescription.setAppletName(aName)
Get: aName = AppletDescription.getAppletName()
Applies to
AppletDescription object.
Data type
string. The name of the instance of the applet with which
you have associated the specified AppletDescription.
Usage
Each applet in an AppletContainer can be assigned a name (which you can then
use to manipulate the applet's properties and methods). You can assign a
name to an applet in an AppletContainer in three different ways:
- Specify a value for the AppletContainer's
name_n PARAM tag
at design time.
- Include an appropriate name=value pair in a
property bag
that you
associate with the applet. You can do this either at design time or run time.
- Create an AppletDescription
for the applet and call the AppletDescription's setAppletName() method at run time.
Example
AppletDescription example
See also
name_n PARAM tag