|
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.ui.mainframe.SoftwareUpdater
public final class SoftwareUpdater
Loads software update information.
Field Summary | |
---|---|
static int |
ALL_TYPE
|
static int |
DRAG_AND_DROP_TYPE
|
static int |
ONLY_DATA_SERVICE_TYPE
|
static int |
ONLY_UPDATE_TYPE
|
Constructor Summary | |
---|---|
SoftwareUpdater(java.net.URL url,
int dialogType,
boolean dragNdrop)
Creates an instance of this class. |
|
SoftwareUpdater(java.net.URL url,
int dialogType,
PluginBaseInfo[] baseInfos)
Creates an instance of this class. |
|
SoftwareUpdater(java.net.URL url,
PluginBaseInfo[] baseInfos)
Creates an instance of this class. |
Method Summary | |
---|---|
SoftwareUpdateItem[] |
getAvailableSoftwareUpdateItems()
Gets all available update items in an array. |
boolean |
isRequestingBlockArrayClear()
|
boolean |
isRequestingToBlockAPlugin(java.lang.String pluginId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL_TYPE
public static final int ONLY_UPDATE_TYPE
public static final int ONLY_DATA_SERVICE_TYPE
public static final int DRAG_AND_DROP_TYPE
Constructor Detail |
---|
public SoftwareUpdater(java.net.URL url, PluginBaseInfo[] baseInfos) throws java.io.IOException
url
- The url to download the informations from.baseInfos
- The base infos for all available plugins.
java.io.IOException
public SoftwareUpdater(java.net.URL url, int dialogType, PluginBaseInfo[] baseInfos) throws java.io.IOException
url
- The url to download the informations from.dialogType
- The type of this update dialog.baseInfos
- The base infos for all available plugins.
java.io.IOException
SoftwareUpdater(java.net.URL url, int dialogType, boolean dragNdrop) throws java.io.IOException
url
- The url to download the informations from.dialogType
- The type of this update dialog.dragNdrop
- If the plugin was dropped.
java.io.IOException
Method Detail |
---|
public SoftwareUpdateItem[] getAvailableSoftwareUpdateItems()
public boolean isRequestingToBlockAPlugin(java.lang.String pluginId)
pluginId
- The id that is requested to be blocked.
True
if this updater is requesting a block.public boolean isRequestingBlockArrayClear()
True
if this updater is requesting
to clear the block array.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |