Package elemental2.dom
Class PluginArray
- java.lang.Object
-
- elemental2.dom.PluginArray
-
-
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
-
-