Class: Glimmer::SWT::MakeShiftShellProxy

Inherits:
ShellProxy show all
Defined in:
lib/glimmer/swt/make_shift_shell_proxy.rb

Constant Summary

Constants inherited from ShellProxy

ShellProxy::HEIGHT_MIN, ShellProxy::WIDTH_MIN

Constants inherited from WidgetProxy

WidgetProxy::DEFAULT_INITIALIZERS

Instance Attribute Summary

Attributes inherited from ShellProxy

#minimum_size

Attributes inherited from CompositeProxy

#layout

Attributes inherited from WidgetProxy

#args, #background, #children, #enabled, #font, #foreground, #parent, #path

Instance Method Summary collapse

Methods inherited from ShellProxy

#dom, #element, #parent_path, #style_dom_css, #style_dom_list_css, #style_dom_modal_css, #style_dom_shell_css, #style_dom_tab_css, #style_dom_tab_item_css, #style_dom_table_css, #text, #text=

Methods inherited from CompositeProxy

#dom

Methods inherited from WidgetProxy

#add_css_class, #add_css_classes, #add_observer, #apply_property_type_converters, #build_dom, #can_handle_observation_request?, #clear_css_classes, #content, #css_classes, #dispose, #dom_element, #element, for, #handle_observation_request, #has_style?, #id, #id=, #listener_dom_element, #listener_path, max_id_number_for, max_id_numbers, #name, next_id_number_for, #observation_request_to_event_mapping, #parent_dom_element, #parent_path, #property_type_converters, #remove_css_class, #remove_css_classes, #render, reset_max_id_numbers!, #selector, #set_attribute, #style_element, 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

Instance Method Details

#add_child(child) ⇒ Object



29
30
31
# File 'lib/glimmer/swt/make_shift_shell_proxy.rb', line 29

def add_child(child)
  # No Op
end

#openObject



33
34
35
# File 'lib/glimmer/swt/make_shift_shell_proxy.rb', line 33

def open
  # No Op
end