class Glimmer::SWT::ControlEditor
Emulates SWT's native org.eclipse.swt.custom.ControlEditor
Constants
- ATTRIBUTES
TODO implement behavior for all these attributes
Attributes
composite[R]
TODO implement `#layout` method if needed
editor[RW]
TODO consider supporting a java_attr_accessor to get around having to generate all the aliases manually
getEditor[RW]
TODO consider supporting a java_attr_accessor to get around having to generate all the aliases manually
get_editor[RW]
TODO consider supporting a java_attr_accessor to get around having to generate all the aliases manually
setEditor[RW]
TODO consider supporting a java_attr_accessor to get around having to generate all the aliases manually
set_editor[RW]
TODO consider supporting a java_attr_accessor to get around having to generate all the aliases manually
Public Class Methods
new(composite)
click to toggle source
# File lib/glimmer/swt/control_editor.rb, line 45 def initialize(composite) @composite = composite end