Module: JRubyFX::DSLControl

Defined in:
lib/jrubyfx/dsl_control.rb

Overview

If you want a control to be registered with the dsl calling syntax you should indicate it by including this module.

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



24
25
26
# File 'lib/jrubyfx/dsl_control.rb', line 24

def self.included(mod)
  JRubyFX::DSL::ClassUtils.register_type mod
end