| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
Gets web extension by the specific index.
|
||
| Method Summary | ||
|---|---|---|
method | add() | |
Adds a web extension.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | addWebVideoPlayer(url, autoPlay, startTime, endTime) | |
Add a web video player into exel.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
Remove web extension by the index.
|
||
int getCount()
WebExtension get(index)
index - The index.int add()
int addWebVideoPlayer(url, autoPlay, startTime, endTime)
url: String - autoPlay: boolean - Indicates whether auto playing the video.startTime: int - The start time in unit of seconds.endTime: int - The end time in unit of seconds.removeAt(index)
index: int - The index.clear()
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)