类org.eclipse.ui.internal.wizards.datatransfer.ArchiveFileManipulations源码实例Demo

下面列出了怎么用org.eclipse.ui.internal.wizards.datatransfer.ArchiveFileManipulations的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: gama   文件: ImportProjectWizardPage.java
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
	ArchiveFileManipulations.closeStructureProvider(structureProvider, getShell());
}
 
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
	ArchiveFileManipulations.closeStructureProvider(structureProvider,
			getShell());
}
 
源代码3 项目: tmxeditor8   文件: ImportProjectWizardPage.java
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
	ArchiveFileManipulations.closeStructureProvider(structureProvider,
			getShell());
}
 
 类所在包
 同包方法