Class: Glimmer::SWT::MakeShiftShellProxy
- Inherits:
-
ShellProxy
- Object
- WidgetProxy
- CompositeProxy
- ShellProxy
- Glimmer::SWT::MakeShiftShellProxy
- Defined in:
- lib/glimmer/swt/make_shift_shell_proxy.rb
Constant Summary
Constants inherited from ShellProxy
ShellProxy::HEIGHT_MIN, ShellProxy::STYLE, ShellProxy::WIDTH_MIN
Constants inherited from WidgetProxy
WidgetProxy::DEFAULT_INITIALIZERS
Instance Attribute Summary
Attributes inherited from ShellProxy
Attributes inherited from CompositeProxy
Attributes inherited from WidgetProxy
#args, #background, #children, #disposed?, #enabled, #focus, #font, #foreground, #menu, #menu_requested, #parent, #path, #rendered
Instance Method Summary collapse
-
#initialize(*args, &block) ⇒ MakeShiftShellProxy
constructor
A new instance of MakeShiftShellProxy.
- #open ⇒ Object
- #post_initialize_child(child) ⇒ Object
Methods inherited from ShellProxy
#dom, #element, #parent_path, #style_dom_css, #text, #text=
Methods inherited from CompositeProxy
Methods inherited from WidgetProxy
#add_content_on_render, #add_css_class, #add_css_classes, #add_observer, #apply_property_type_converters, #build_dom, #can_handle_observation_request?, #clear_css_classes, #content, #content_on_render_blocks, #css_classes, #default_observation_request_to_event_mapping, #dispose, #dom_element, #effective_observation_request_to_event_mapping, #element, #event_listener_proxies, for, #get_data, #handle_observation_request, #has_style?, #id, #id=, #layout, #listener_dom_element, #listener_path, max_id_number_for, max_id_numbers, #method_missing, #name, next_id_number_for, #observation_request_to_event_mapping, #observation_requests, #pack, #parent_dom_element, #parent_path, #post_add_content, #post_dispose_child, #property_type_converters, #remove_all_listeners, #remove_css_class, #remove_css_classes, #remove_event_listener_proxies, #render, reset_max_id_numbers!, #selector, #set_attribute, #set_data, #set_focus, #skip_content_on_render_blocks?, #style_element, #swt_widget, underscored_widget_name, widget_class, widget_exists?, #widget_property_listener_installers
Methods included from PropertyOwner
#attribute_getter, #attribute_setter, #get_attribute, #set_attribute
Constructor Details
#initialize(*args, &block) ⇒ MakeShiftShellProxy
Returns a new instance of MakeShiftShellProxy.
25 26 27 |
# File 'lib/glimmer/swt/make_shift_shell_proxy.rb', line 25 def initialize(*args, &block) # No Op end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Glimmer::SWT::WidgetProxy
Instance Method Details
#open ⇒ Object
33 34 35 |
# File 'lib/glimmer/swt/make_shift_shell_proxy.rb', line 33 def open # No Op end |
#post_initialize_child(child) ⇒ Object
29 30 31 |
# File 'lib/glimmer/swt/make_shift_shell_proxy.rb', line 29 def post_initialize_child(child) # No Op end |