|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WebUpdateManager implementation provides access to functionality for getting and installing updates (patches and extensions) into the IDE. To retrieve an implementation of this interface, call getWebUpdateManager() on the AddinManager class.
Method Summary | |
boolean |
invokeUpdateWizard(java.awt.Component parent)
Invoke the IDE update wizard. |
Method Detail |
public boolean invokeUpdateWizard(java.awt.Component parent)
The update wizard may need to shut down the IDE to complete update installation. If so, it will return true from this method. You should ask the user if they want to shut down and cleanly terminate the IDE if they agree.
parent
- a component on which to parent the wizard.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.