|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateCheckInstance
Field Summary | |
---|---|
static int |
PT_CLOSE_OR_RESTART_ALREADY_IN_PROGRESS
|
static int |
PT_UI_DISABLE_ON_SUCCESS_SLIDEY
|
static int |
PT_UI_PARENT_SWT_COMPOSITE
|
static int |
PT_UI_STYLE
|
static int |
PT_UI_STYLE_DEFAULT
|
static int |
PT_UI_STYLE_NONE
|
static int |
PT_UI_STYLE_SIMPLE
|
static int |
PT_UNINSTALL_RESTART_REQUIRED
|
static int |
UCI_INSTALL
|
static int |
UCI_UNINSTALL
|
static int |
UCI_UPDATE
|
Method Summary | |
---|---|
void |
addDecisionListener(UpdateManagerDecisionListener l)
|
void |
addListener(UpdateCheckInstanceListener l)
|
void |
addUpdatableComponent(UpdatableComponent component,
boolean mandatory)
Add a further updatable component to this instance. |
void |
cancel()
|
UpdateInstaller |
createInstaller()
|
UpdateChecker[] |
getCheckers()
|
UpdateManager |
getManager()
Access to the update manager |
String |
getName()
returns the name supplied when the instance was created (or "" if it wasn't) |
Object |
getProperty(int property_name)
|
int |
getType()
returns one of the above UCI_ constants |
Update[] |
getUpdates()
|
boolean |
isAutomatic()
|
boolean |
isCancelled()
|
boolean |
isCompleteOrCancelled()
|
boolean |
isLowNoise()
|
void |
removeDecisionListener(UpdateManagerDecisionListener l)
|
void |
removeListener(UpdateCheckInstanceListener l)
|
void |
setAutomatic(boolean automatic)
|
void |
setLowNoise(boolean low_noise)
|
void |
setProperty(int property_name,
Object value)
|
void |
start()
|
Field Detail |
---|
static final int UCI_INSTALL
static final int UCI_UPDATE
static final int UCI_UNINSTALL
static final int PT_UI_STYLE
static final int PT_UI_STYLE_DEFAULT
static final int PT_UI_STYLE_SIMPLE
static final int PT_UI_STYLE_NONE
static final int PT_UI_PARENT_SWT_COMPOSITE
static final int PT_UI_DISABLE_ON_SUCCESS_SLIDEY
static final int PT_CLOSE_OR_RESTART_ALREADY_IN_PROGRESS
static final int PT_UNINSTALL_RESTART_REQUIRED
Method Detail |
---|
int getType()
String getName()
void start()
void cancel()
boolean isCancelled()
UpdateChecker[] getCheckers()
Update[] getUpdates()
UpdateInstaller createInstaller() throws UpdateException
UpdateException
void addUpdatableComponent(UpdatableComponent component, boolean mandatory)
component
- mandatory
- UpdateManager getManager()
void setAutomatic(boolean automatic)
boolean isAutomatic()
void setLowNoise(boolean low_noise)
boolean isLowNoise()
boolean isCompleteOrCancelled()
Object getProperty(int property_name)
void setProperty(int property_name, Object value)
void addDecisionListener(UpdateManagerDecisionListener l)
void removeDecisionListener(UpdateManagerDecisionListener l)
void addListener(UpdateCheckInstanceListener l)
void removeListener(UpdateCheckInstanceListener l)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |