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

下面列出了org.eclipse.ui.internal.wizards.datatransfer.TarLeveledStructureProvider#org.eclipse.ui.internal.wizards.datatransfer.ArchiveFileManipulations 实例代码,或者点击链接到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());
}