|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XBMCAddon | |
---|---|
org.stanwood.media.source.xbmc |
Uses of XBMCAddon in org.stanwood.media.source.xbmc |
---|
Methods in org.stanwood.media.source.xbmc that return XBMCAddon | |
---|---|
protected XBMCAddon |
XBMCExtension.getAddon()
|
XBMCAddon |
XBMCAddonManager.getAddon(java.lang.String id)
Used to get a addon |
Methods in org.stanwood.media.source.xbmc that return types with arguments of type XBMCAddon | |
---|---|
java.util.List<XBMCAddon> |
XBMCAddon.getRquiredAddons()
Used to get a list of required addons by this addon |
Methods in org.stanwood.media.source.xbmc with parameters of type XBMCAddon | |
---|---|
static XBMCExtension |
XBMCExtenstionFactory.createExtension(XBMCAddon addon,
org.w3c.dom.Element extensionNode)
Create the extension |
Constructors in org.stanwood.media.source.xbmc with parameters of type XBMCAddon | |
---|---|
XBMCExtension(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point)
The constructor |
|
XBMCLibrary(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point)
The constructor |
|
XBMCScraper(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point,
Mode mode)
Used to create the class and set the scraper file |
|
XBMCSourceInfo(XBMCAddonManager mgr,
XBMCAddon addon)
The constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |