|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.extras.common.InternalPluginProxyList
public class InternalPluginProxyList
A class that contains all available internal plugin proxys. Add all internal plugin proxys to this list.
Method Summary | |
---|---|
InternalPluginProxyIf[] |
getAvailableProxys()
Gets all available internal plugin proxies. |
static InternalPluginProxyList |
getInstance()
Gets the instance of this class. |
InternalPluginProxyIf |
getProxyForId(java.lang.String id)
Gets the internal plugin proxy for the given id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InternalPluginProxyList getInstance()
public InternalPluginProxyIf[] getAvailableProxys()
public InternalPluginProxyIf getProxyForId(java.lang.String id)
id
- The id to get the internal plugin proxy for.
null
if the id was not found.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |