public class InstallPluginInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BgProgressIndicator |
indicator |
boolean |
install |
IdeaPluginDescriptor |
updateDescriptor |
Constructor and Description |
---|
InstallPluginInfo(IdeaPluginDescriptor descriptor,
IdeaPluginDescriptor updateDescriptor,
MyPluginModel pluginModel,
boolean install) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
finish(boolean success,
boolean cancel,
boolean showErrors,
boolean restartRequired) |
void |
fromBackground(MyPluginModel pluginModel) |
IdeaPluginDescriptor |
getDescriptor() |
void |
setInstalledDescriptor(IdeaPluginDescriptorImpl installedDescriptor) |
static void |
showRestart() |
void |
toBackground(StatusBarEx statusBar) |
public final BgProgressIndicator indicator
public final boolean install
public final IdeaPluginDescriptor updateDescriptor
public InstallPluginInfo(IdeaPluginDescriptor descriptor, IdeaPluginDescriptor updateDescriptor, MyPluginModel pluginModel, boolean install)
public void toBackground(StatusBarEx statusBar)
public void fromBackground(MyPluginModel pluginModel)
public static void showRestart()
public void finish(boolean success, boolean cancel, boolean showErrors, boolean restartRequired)
public void close()
public IdeaPluginDescriptor getDescriptor()
public void setInstalledDescriptor(IdeaPluginDescriptorImpl installedDescriptor)