Klasse TlbBase

java.lang.Object
com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
Bekannte direkte Unterklassen:
TlbAbstractMethod, TlbCoClass, TlbDispInterface, TlbEnum, TlbInterface

public abstract class TlbBase extends Object
The Class TlbBase.
Autor:
Tobias Wolf, wolf.tobias@gmx.net
  • Felddetails Linksymbol

    • CR Linksymbol

      public static final String CR
      The Constant CR.
      Siehe auch:
    • CRCR Linksymbol

      public static final String CRCR
      The Constant CRCR.
      Siehe auch:
    • TAB Linksymbol

      public static final String TAB
      The Constant TAB.
      Siehe auch:
    • TABTAB Linksymbol

      public static final String TABTAB
      The Constant TABTAB.
      Siehe auch:
    • typeLibUtil Linksymbol

      protected TypeLibUtil typeLibUtil
      The type lib util.
    • typeInfoUtil Linksymbol

      protected TypeInfoUtil typeInfoUtil
    • index Linksymbol

      protected int index
      The index.
    • templateBuffer Linksymbol

      protected StringBuffer templateBuffer
      The template buffer.
    • classBuffer Linksymbol

      protected StringBuffer classBuffer
      The class buffer.
    • content Linksymbol

      protected String content
      The content.
    • filename Linksymbol

      protected String filename
    • name Linksymbol

      protected String name
    • IUNKNOWN_METHODS Linksymbol

      public static String[] IUNKNOWN_METHODS
      The iunknown methods.
    • IDISPATCH_METHODS Linksymbol

      public static String[] IDISPATCH_METHODS
      The idispatch methods.
    • bindingMode Linksymbol

      protected String bindingMode
  • Konstruktordetails Linksymbol

  • Methodendetails Linksymbol

    • logError Linksymbol

      public void logError(String msg)
      Log error.
      Parameter:
      msg - the msg
    • logInfo Linksymbol

      public void logInfo(String msg)
      Log info.
      Parameter:
      msg - the msg
    • getClassBuffer Linksymbol

      public StringBuffer getClassBuffer()
      Gets the class buffer.
      Gibt zurück:
      the class buffer
    • createContent Linksymbol

      public void createContent(String content)
      Creates the content.
      Parameter:
      content - the content
    • setFilename Linksymbol

      public void setFilename(String filename)
    • getFilename Linksymbol

      public String getFilename()
    • getName Linksymbol

      public String getName()
    • setName Linksymbol

      public void setName(String name)
    • log Linksymbol

      protected void log(String level, String msg)
      Log.
      Parameter:
      level - the level
      msg - the msg
    • getClassTemplate Linksymbol

      protected abstract String getClassTemplate()
      Gets the class template.
      Gibt zurück:
      the class template
    • readTemplateFile Linksymbol

      protected void readTemplateFile(String filename) throws IOException
      Read template file.
      Parameter:
      filename - the filename
      Löst aus:
      IOException - Signals that an I/O exception has occurred.
    • replaceVariable Linksymbol

      protected void replaceVariable(String name, String value)
      Replace variable.
      Parameter:
      name - the name
      value - the value
    • createPackageName Linksymbol

      protected void createPackageName(String packagename)
    • createClassName Linksymbol

      protected void createClassName(String name)
      Creates the class name.
      Parameter:
      name - the name
    • isReservedMethod Linksymbol

      protected boolean isReservedMethod(String method)
      Checks if is reserved method.
      Parameter:
      method - the method
      Gibt zurück:
      true, if is reserved method
    • isVTableMode Linksymbol

      protected boolean isVTableMode()
    • isDispIdMode Linksymbol

      protected boolean isDispIdMode()