Class: RRBAdapters
- Inherits:
-
Object
- Object
- RRBAdapters
- Defined in:
- lib/jrubyfx-fxmlloader.rb
Instance Method Summary collapse
Instance Method Details
#contains(names, key) ⇒ Object
835 836 837 |
# File 'lib/jrubyfx-fxmlloader.rb', line 835 def contains(names, key) RubyWrapperBeanAdapter.for(names).has_key? key end |
#get(names, key) ⇒ Object
829 830 831 |
# File 'lib/jrubyfx-fxmlloader.rb', line 829 def get(names, key) RubyWrapperBeanAdapter.for(names)[key] end |
#set(names, key, value) ⇒ Object
832 833 834 |
# File 'lib/jrubyfx-fxmlloader.rb', line 832 def set(names, key, value) RubyWrapperBeanAdapter.for(names)[key] = value end |