Module: Kernel

Defined in:
lib/jrubyfx/controller.rb

Overview

Special methods for fxml loading

Instance Method Summary collapse

Instance Method Details

#fxml_root(value = nil) ⇒ Object



22
23
24
25
26
27
28
# File 'lib/jrubyfx/controller.rb', line 22

def fxml_root(value=nil)
  if value
    @@jrubyfx_fxml_dir = File.expand_path(value)
  else
    @@jrubyfx_fxml_dir
  end
end