Class: MotionKit::NSTableColumnLayout

Inherits:
NSTableColumnHelpers show all
Defined in:
lib/motion-kit-osx/deprecated.rb

Instance Attribute Summary

Attributes inherited from BaseLayout

#parent

Class Method Summary collapse

Methods inherited from NSTableColumnHelpers

#title

Methods inherited from BaseLayout

#add_deferred_block, #apply, #apply_with_context, #apply_with_target, #context, #deferred, #deferred_blocks, delegate_method_fix, #has_context?, #initialize, #ipad?, #iphone35?, #iphone4?, #iphone?, #is_parent_layout?, #method_missing, #objc_version, #orientation?, #parent_layout, #retina?, #ruby_version, #run_deferred, #set_parent_layout, #target, #v

Methods included from BaseLayoutClassMethods

#layout_for, #memoize, #target_klasses, #targets

Constructor Details

This class inherits a constructor from MotionKit::BaseLayout

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class MotionKit::BaseLayout

Class Method Details

.inherited(subclass) ⇒ Object



29
30
31
# File 'lib/motion-kit-osx/deprecated.rb', line 29

def self.inherited(subclass)
  NSLog("Sorry!  MotionKit changed.  NSTableColumnLayout is now NSTableColumnHelpers.  Update #{subclass} to extend from NSTableColumnHelpers.")
end