Klasse TlbCoClass
java.lang.Object
com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
The Class TlbClass.
- Autor:
- Tobias Wolf, wolf.tobias@gmx.net
-
Feldübersicht
Von Klasse geerbte Felder com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
bindingMode, classBuffer, content, CR, CRCR, filename, IDISPATCH_METHODS, index, IUNKNOWN_METHODS, name, TAB, TABTAB, templateBuffer, typeInfoUtil, typeLibUtil -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTlbCoClass(int index, String packagename, TypeLibUtil typeLibUtil, String bindingMode) Instantiates a new tlb class. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidcreateCLSID(String clsid) protected voidcreateCLSIDName(String clsidName) protected voidcreateFunctions(TypeInfoUtil typeInfoUtil, String bindingMode) protected voidcreateInterfaces(String interfaces) protected voidcreateJavaDocHeader(String guid, String version, String helpstring) protected StringGets the class template.Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
createClassName, createContent, createPackageName, getClassBuffer, getFilename, getName, isDispIdMode, isReservedMethod, isVTableMode, log, logError, logInfo, readTemplateFile, replaceVariable, setFilename, setName
-
Konstruktordetails
-
TlbCoClass
Instantiates a new tlb class.- Parameter:
index- the indextypeLibUtil- the type lib util
-
-
Methodendetails
-
createFunctions
-
createJavaDocHeader
-
createCLSIDName
-
createCLSID
-
createInterfaces
-
getClassTemplate
Beschreibung aus Klasse kopiert:TlbBaseGets the class template.- Angegeben von:
getClassTemplatein KlasseTlbBase- Gibt zurück:
- the class template
-