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

项目:gama    文件:ImportProjectWizardPage.java   
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
    ArchiveFileManipulations.closeStructureProvider(structureProvider, getShell());
}
项目:OpenSPIFe    文件:SPIFePlanIntegrationWizardPage.java   
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
    ArchiveFileManipulations.closeStructureProvider(structureProvider,
            getShell());
}
项目:translationstudio8    文件:ImportProjectWizardPage.java   
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
    ArchiveFileManipulations.closeStructureProvider(structureProvider,
            getShell());
}
项目:tmxeditor8    文件:ImportProjectWizardPage.java   
/**
 * Performs clean-up if the user cancels the wizard without doing anything
 */
public void performCancel() {
    ArchiveFileManipulations.closeStructureProvider(structureProvider,
            getShell());
}