public class TlbInterface extends TlbBase
bindingMode, classBuffer, content, CR, CRCR, filename, IDISPATCH_METHODS, index, IUNKNOWN_METHODS, name, TAB, TABTAB, templateBuffer, typeInfoUtil, typeLibUtil| Constructor | Description |
|---|---|
TlbInterface(int index,
String packagename,
TypeLibUtil typeLibUtil) |
Instantiates a new tlb interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
createJavaDocHeader(String guid,
String helpstring) |
Creates the java doc header.
|
protected String |
getClassTemplate() |
Gets the class template.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateClassName, createContent, createPackageName, getClassBuffer, getFilename, getName, isDispIdMode, isReservedMethod, isVTableMode, log, logError, logInfo, readTemplateFile, replaceVariable, setFilename, setNamepublic 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()
TlbBasegetClassTemplate in class TlbBase