Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends IAction> |
Controller.getActionInfo(java.lang.String id)
Used to get information about a action
|
ExtensionInfo<? extends ISource> |
Controller.getDefaultSource(Mode mode)
Used to get the default source information
|
ExtensionInfo<? extends ISource> |
Controller.getSourceInfo(java.lang.String id)
Used to get information about a source
|
ExtensionInfo<? extends IStore> |
Controller.getStoreInfo(java.lang.String id)
Used to get information about a store
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtensionInfo<? extends IAction>> |
Controller.getAvalibaleActions()
Used to get a list of possible actions that can be used with a media directory.
|
java.util.List<ExtensionInfo<? extends ISource>> |
Controller.getAvalibaleSources()
Used to get a list of possible sources that can be used with a media directory.
|
java.util.List<ExtensionInfo<? extends IStore>> |
Controller.getAvalibaleStores()
Used to get a list of possible stores that can be used with a media directory.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.registerExtension(ExtensionInfo<?> info)
Used to register a extension.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecuteSystemCommandActionInfo
Extension information about the action
ExecuteSystemCommandAction |
Modifier and Type | Class and Description |
---|---|
class |
PodCastActionInfo
Extension information about the action
PodCastAction |
Modifier and Type | Class and Description |
---|---|
class |
RenameActionInfo
Extension information about the action
RenameAction |
Modifier and Type | Class and Description |
---|---|
class |
HybridFilmSourceInfo
Extension information about the source
HybridFilmSource |
class |
TagChimpSourceInfo
The
TagChimpSource source information |
Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends ISource> |
TagChimpSource.getInfo()
Used to get the source information details
|
ExtensionInfo<? extends ISource> |
HybridFilmSource.getInfo()
Used to get the source information details
|
ExtensionInfo<? extends ISource> |
ISource.getInfo()
Used to get the source information details
|
Modifier and Type | Class and Description |
---|---|
class |
XBMCSourceInfo
Extension information about the source
XBMCSource |
Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends ISource> |
XBMCSource.getInfo()
Used to get the source information details
|
Constructor and Description |
---|
XBMCSource(ExtensionInfo<? extends ISource> sourceInfo,
XBMCAddonManager mgr,
java.lang.String addonId)
Used to create a instance of this class
|
Modifier and Type | Class and Description |
---|---|
class |
SapphireStoreInfo
Extension information about the store
SapphireStore |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStoreInfo
Extension information about the store
DatabaseStore |
class |
FileDatabaseStoreInfo
Extension information about the store
FileDatabaseStore |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStoreInfo
Extension information about the store
MemoryStore |
Modifier and Type | Class and Description |
---|---|
class |
MP4ITunesStoreInfo
Extension information about the store
MP4ITunesStore |
Modifier and Type | Class and Description |
---|---|
class |
RemoteMacOSXItunesStoreInfo
This is the store information class for store
RemoteMacOSXItunesStore |
Modifier and Type | Class and Description |
---|---|
class |
XMLStore2Info
Extension information about the store
XMLStore2 |