Class: Glimmer::SWT::SWTProxy
- Inherits:
-
Object
- Object
- Glimmer::SWT::SWTProxy
- Includes:
- StyleConstantizable
- Defined in:
- lib/glimmer/swt/swt_proxy.rb
Overview
Proxy for org.eclipse.swt.SWT
Follows the Proxy Design Pattern
Constant Summary collapse
- EXTRA_STYLES =
{ NO_RESIZE: self[:shell_trim, :resize!, :max!], NO_SORT: -7, }
Class Method Summary collapse
- .constant_source_class ⇒ Object
- .constant_value_none ⇒ Object
- .cursor_options ⇒ Object
- .extra_styles ⇒ Object
Methods included from StyleConstantizable
Class Method Details
.constant_source_class ⇒ Object
34 35 36 |
# File 'lib/glimmer/swt/swt_proxy.rb', line 34 def constant_source_class SWT end |
.constant_value_none ⇒ Object
38 39 40 |
# File 'lib/glimmer/swt/swt_proxy.rb', line 38 def constant_value_none SWT::NONE end |
.cursor_options ⇒ Object
46 47 48 |
# File 'lib/glimmer/swt/swt_proxy.rb', line 46 def [:wait, :sizenwse, :appstarting, :no, :sizenesw, :sizeall, :help, :sizee, :sizewe, :sizen, :sizes, :sizew, :cross, :sizese, :ibeam, :arrow, :sizesw, :uparrow, :hand, :sizenw, :sizene, :sizens] end |
.extra_styles ⇒ Object
42 43 44 |
# File 'lib/glimmer/swt/swt_proxy.rb', line 42 def extra_styles EXTRA_STYLES end |