Class: Glimmer::DSL::AsyncExecExpression

Inherits:
StaticExpression show all
Includes:
ExecExpression
Defined in:
lib/glimmer/dsl/async_exec_expression.rb

Overview

Asynchronously executes code block against the SWT Event Loop to manipulate SWT UI objects on the UI thread safely

Method Summary

Methods included from ExecExpression

#can_interpret?, #exec_operation, #interpret

Methods inherited from StaticExpression

#can_interpret?, inherited

Methods inherited from Expression

#add_content, #can_interpret?, #interpret, #textual?, #widget?