Klasse TlbInterface
java.lang.Object
com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
com.sun.jna.platform.win32.COM.tlb.imp.TlbInterface
The Class TlbInterface.
- Autor:
- Tobias Wolf, [email protected]
-
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
KonstruktorenKonstruktorBeschreibungTlbInterface
(int index, String packagename, TypeLibUtil typeLibUtil) Instantiates a new tlb interface. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
createJavaDocHeader
(String guid, String helpstring) Creates the java doc header.protected String
Gets 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
-
TlbInterface
Instantiates a new tlb interface.- Parameter:
index
- the indextypeLibUtil
- the type lib util
-
-
Methodendetails
-
createJavaDocHeader
Creates the java doc header.- Parameter:
guid
- the guidhelpstring
- the helpstring
-
getClassTemplate
Beschreibung aus Klasse kopiert:TlbBase
Gets the class template.- Angegeben von:
getClassTemplate
in KlasseTlbBase
- Gibt zurück:
- the class template
-