Class: Java::javafx::scene::layout::BorderPane
- Inherits:
-
Object
- Object
- Java::javafx::scene::layout::BorderPane
- Includes:
- JRubyFX::DSL
- Defined in:
- lib/jrubyfx/core_ext/border_pane.rb
Overview
JRubyFX DSL extensions for BorderPanes
Constant Summary
Constants included from JRubyFX::DSL
JRubyFX::DSL::ENUM_OVERRIDES, JRubyFX::DSL::NAME_TO_CLASSES
Constants included from JRubyFX
Constants included from JRubyFX::FXImports
JRubyFX::FXImports::JFX_CLASS_HIERARCHY
Method Summary
Methods included from JRubyFX::DSL
included, inject_enum_method_converter, inject_symbol_converter, load_dsl, load_enum_converter
Methods included from JRubyFX
Methods included from JRubyFX::Utils::CommonUtils
#attempt_conversion, #populate_properties, #split_args_from_properties
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
We don't want to add automatically for this type of pane
24 |
# File 'lib/jrubyfx/core_ext/border_pane.rb', line 24 alias :method_missing :node_method_missing |