Interface CefWebPluginInfo


  • public interface CefWebPluginInfo
    Information about a specific web plugin.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns a description of the plugin from the version information.
      java.lang.String getName()
      Returns the plugin name (i.e.
      java.lang.String getPath()
      Returns the plugin file path (DLL/bundle/library).
      java.lang.String getVersion()
      Returns the version of the plugin (may be OS-specific).
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the plugin name (i.e. Flash).
      • getPath

        java.lang.String getPath()
        Returns the plugin file path (DLL/bundle/library).
      • getVersion

        java.lang.String getVersion()
        Returns the version of the plugin (may be OS-specific).
      • getDescription

        java.lang.String getDescription()
        Returns a description of the plugin from the version information.