List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file org.maven.ide.eclipse.wizards.AbstractProjectScanner.java
/** * Project Scanner * * @author Eugene Kuleshov */ public abstract class AbstractProjectScanner implements IRunnableWithProgress {
From source file org.modelexecution.xmof.gemoc.extension.sirius.ui.command.AddAnimationLayerRunnable.java
public class AddAnimationLayerRunnable implements IRunnableWithProgress { private static final String PACKAGE_TAG = "PACKAGE"; private static final String CLASS_NAME_TAG = "CLASS_NAME"; private static final String LANGUAGE_NAME_TAG = "LANGUAGE_NAME"; private static final String LAYER_NAME_TAG = "LAYER_NAME";
From source file org.modelio.vaudit.handlers.DefragLocalModelHandler.java
@objid("44079e34-6835-4aea-8bcc-15a5721bd25d") public class DefragLocalModelHandler implements IRunnableWithProgress { @objid("621c812c-17e5-4110-b11c-a4c101318929") private GProject project; @objid("4676a59a-9772-4024-9897-957c67c17f44")
From source file org.modelio.vaudit.handlers.RebuildNsUsesHandler.java
@objid("1aed6f05-8ac3-4496-a0e4-c5820098c56e") public class RebuildNsUsesHandler implements IRunnableWithProgress { @objid("d6993b79-1ec9-47eb-8b57-e8b113781ef8") private GProject project; @objid("c8b1afb8-b8b8-49b2-915b-5b8696bf4c59")
From source file org.modelio.xmi.gui.ExportProfileThread.java
/** * The thread of profile export * @author ebrosse */ @objid("6aa5c5a4-ca06-41c6-ac02-d830bcd1e48c") public class ExportProfileThread extends AbstractXMIThread implements IRunnableWithProgress {
From source file org.modelio.xmi.gui.ExportThread.java
/** * The thread of XMI model export * @author ebrosse */ @objid("53dcd90c-35a3-4d31-a25f-32dcbfd24b02") public class ExportThread extends AbstractXMIThread implements IRunnableWithProgress {
From source file org.modelio.xmi.gui.ImportProfileThread.java
/** * This class is the thread profile imports * @author ebrosse */ @objid("0cfa068d-d9f8-4ce9-9839-e549860fca07") public class ImportProfileThread extends AbstractXMIThread implements IRunnableWithProgress {
From source file org.modelio.xmi.gui.ImportThread.java
/** * This class is the Thread of Model import * @author ebrosse */ @objid("f3f0d1d9-13b8-4f9a-b742-fd3ab0c9354b") public class ImportThread extends AbstractXMIThread implements IRunnableWithProgress {
From source file org.netxms.ui.eclipse.jobs.LoginJob.java
/** * Login job */ public class LoginJob implements IRunnableWithProgress { private Display display; private String server;
From source file org.nuxeo.ide.connect.RepositoryDownloadTask.java
public class RepositoryDownloadTask implements IRunnableWithProgress { protected final RepositoryManager.Entry entry; static final String HEADER_PROPERTY = "Last-Modified";