Search in sources :

Example 1 with ExecuteSampleModelRunnable

use of org.whole.lang.e4.ui.jobs.ExecuteSampleModelRunnable in project whole by wholeplatform.

the class E4SampleGraphicalPart method execute.

protected void execute() {
    if (behaviorModel == null || selfBindings == null)
        return;
    else {
        ISynchronizableRunnable runnable = new ExecuteSampleModelRunnable(context, behaviorLabel, contextModel, selfBindings, selfModel, bm, behaviorModel);
        runnable.asyncExec("Executing " + behaviorLabel + " operation...");
    }
}
Also used : ISynchronizableRunnable(org.whole.lang.e4.ui.jobs.ISynchronizableRunnable) ExecuteSampleModelRunnable(org.whole.lang.e4.ui.jobs.ExecuteSampleModelRunnable)

Aggregations

ExecuteSampleModelRunnable (org.whole.lang.e4.ui.jobs.ExecuteSampleModelRunnable)1 ISynchronizableRunnable (org.whole.lang.e4.ui.jobs.ISynchronizableRunnable)1