Class: Java::javafx::scene::input::DragEvent

Inherits:
Object
  • Object
show all
Extended by:
JRubyFX::Utils::CommonConverters
Includes:
JRubyFX::Utils::CommonUtils
Defined in:
lib/jrubyfx/core_ext/drag_event.rb

Overview

JRubyFX DSL extensions for JavaFX drag events

Constant Summary

Constants included from JRubyFX::Utils::CommonConverters

JRubyFX::Utils::CommonConverters::ARG_CONVERTER_SUFFIX, JRubyFX::Utils::CommonConverters::CONVERTERS, JRubyFX::Utils::CommonConverters::ENUM_CACHE, JRubyFX::Utils::CommonConverters::ENUM_OVERRIDES, JRubyFX::Utils::CommonConverters::NAME_TO_COLORS

Instance Method Summary collapse

Methods included from JRubyFX::Utils::CommonConverters

animation_converter_for, convert_args, converter_for, enum_converter, map_converter, map_enums, parse_ruby_symbols, set_overrides_for

Methods included from JRubyFX::Utils::CommonUtils

#attempt_conversion, #populate_properties, #split_args_from_properties

Instance Method Details

#accept_transfer_modes(*values) ⇒ Object



29
30
31
# File 'lib/jrubyfx/core_ext/drag_event.rb', line 29

def accept_transfer_modes(*values)
  accept_transfer_modes_orig *attempt_conversion(self, "accept_transfer_modes", *values)
end

#accept_transfer_modes_origObject

FIXME: For non-dsl calls like this we want converter logic



28
# File 'lib/jrubyfx/core_ext/drag_event.rb', line 28

alias :accept_transfer_modes_orig :accept_transfer_modes