Specifies a class within a Java package.
Syntax
<CLASS CLASSID="id" NAME="classname" >
Attributes
Element Information
Number of occurrences Any number Parent elements PACKAGE Child elements ICON, ISBEAN, TYPELIB File formats supported OSD Requires closing tag Yes
Example
This example shows how to specify a class within a Java package.
<CLASS NAME="Browserbean" CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}"> <ISBEAN /> <ICON FILENAME="Browser.ico" /> <TYPELIB CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}" /> </CLASS>