public class TlbInterface extends TlbBase
bindingMode, classBuffer, content, CR, CRCR, filename, IDISPATCH_METHODS, index, IUNKNOWN_METHODS, name, TAB, TABTAB, templateBuffer, typeInfoUtil, typeLibUtil
Constructor and Description |
---|
TlbInterface(int index,
String packagename,
TypeLibUtil typeLibUtil)
Instantiates a new tlb interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createJavaDocHeader(String guid,
String helpstring)
Creates the java doc header.
|
protected String |
getClassTemplate()
Gets the class template.
|
createClassName, createContent, createPackageName, getClassBuffer, getFilename, getName, isDispIdMode, isReservedMethod, isVTableMode, log, logError, logInfo, readTemplateFile, replaceVariable, setFilename, setName
public TlbInterface(int index, String packagename, TypeLibUtil typeLibUtil)
index
- the indextypeLibUtil
- the type lib utilprotected void createJavaDocHeader(String guid, String helpstring)
guid
- the guidhelpstring
- the helpstringprotected String getClassTemplate()
TlbBase
getClassTemplate
in class TlbBase