List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file com.astra.ses.spell.gui.model.jobs.BuildProcListJob.java
/****************************************************************************** * BuildProcListJob retrieves the correctly specified procedures in the * system * @author jpizar *****************************************************************************/ public class BuildProcListJob implements IRunnableWithProgress {
From source file com.astra.ses.spell.gui.model.jobs.CloseAllJob.java
public class CloseAllJob implements IRunnableWithProgress { public CommandResult result; public String message; public CloseAllJob() { result = CommandResult.NO_EFFECT;
From source file com.astra.ses.spell.gui.model.jobs.ConnectServerJob.java
public class ConnectServerJob implements IRunnableWithProgress { protected IWorkbenchWindow m_window; public CommandResult result; public ConnectServerJob() { m_window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
From source file com.astra.ses.spell.gui.model.jobs.ExportAsRunFileJob.java
public class ExportAsRunFileJob implements IRunnableWithProgress { public CommandResult result; public AsRunFile asrunFile; private IProcedure m_proc; private String m_asrunFileName;
From source file com.astra.ses.spell.gui.model.jobs.ExportLogFileJob.java
public class ExportLogFileJob implements IRunnableWithProgress { public CommandResult result; public LogFile logFile; private IProcedure m_proc; private String m_destinationFileName;
From source file com.astra.ses.spell.gui.model.jobs.GetAsRunFileJob.java
public class GetAsRunFileJob implements IRunnableWithProgress { public CommandResult result; public AsRunFile asRunFile; protected String m_instanceId; public GetAsRunFileJob(String instanceId) {
From source file com.astra.ses.spell.gui.model.jobs.GetDataContainerJob.java
public class GetDataContainerJob implements IRunnableWithProgress { public CommandResult result; public DataContainer container; protected String m_instanceId; protected String m_containerName;
From source file com.astra.ses.spell.gui.model.jobs.GetDictionaryJob.java
public class GetDictionaryJob implements IRunnableWithProgress { public CommandResult result; public DataContainer dictionary; protected String m_instanceId; protected String m_containerName;
From source file com.astra.ses.spell.gui.model.jobs.GetGenericFileJob.java
public class GetGenericFileJob implements IRunnableWithProgress { public CommandResult result; public IServerFile file; public String error; private String m_path;
From source file com.astra.ses.spell.gui.model.jobs.GetInputFileJob.java
public class GetInputFileJob implements IRunnableWithProgress { public CommandResult result; public DataContainer container; public String error; protected String m_path;