Class PluginArray

  • All Implemented Interfaces:
    jsinterop.base.JsArrayLike<Plugin>, jsinterop.base.JsPropertyMap<Plugin>

    @JsType(isNative=true,
            namespace="<global>")
    public class PluginArray
    extends java.lang.Object
    implements jsinterop.base.JsArrayLike<Plugin>, jsinterop.base.JsPropertyMap<Plugin>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Plugin item​(int index)  
      Plugin namedItem​(java.lang.String name)  
      void refresh()  
      void refresh​(boolean reloadDocuments)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jsinterop.base.JsArrayLike

        asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
      • Methods inherited from interface jsinterop.base.JsPropertyMap

        delete, forEach, get, getAsAny, has, nestedGet, nestedGetAsAny, set
    • Field Detail

      • length

        public int length
    • Constructor Detail

      • PluginArray

        public PluginArray()
    • Method Detail

      • item

        public Plugin item​(int index)
      • namedItem

        public Plugin namedItem​(java.lang.String name)
      • refresh

        public void refresh()
      • refresh

        public void refresh​(boolean reloadDocuments)