标签:
public void run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException {
}
这里有3个参数
这里需要注意的是,这个过程中会校验是否用户需要使用进度条,默认情况下,进度条会被隐藏,如果需要使用进度条,侧需要在Wizard中打开进度条的功能
setNeedsProgressMonitor(true);
标签:
原文地址:http://www.cnblogs.com/oscar1987121/p/5416341.html