Class: Glimmer::DSL::SWT::AutoExecExpression

Inherits:
StaticExpression
  • Object
show all
Includes:
ExecExpression
Defined in:
lib/glimmer/dsl/swt/auto_exec_expression.rb

Overview

Automatically executes code block against the SWT Event Loop with sync_exec if needed (inside a thread other than GUI thread) to manipulate SWT UI objects on the UI thread safely

Method Summary

Methods included from ExecExpression

#can_interpret?, #exec_operation, #interpret