Top Level Namespace

Defined Under Namespace

Classes: Attribute, Class, CopyElement, DefineElement, Element, EventHandlerWrapper, FxmlLoader, IncludeElement, InstanceDeclarationElement, JavaProxy, KeyPathMonitor, LoadException, PropertyElement, RRBAdapters, RRExpressionValue, ReferenceElement, RootElement, RubyObjectWrapperBeanAdapter, RubyWrapperBeanAdapter, SRDelegateClass, StupidFixTODOInsets, UnknownStaticPropertyElement, UnknownTypeElement, ValueElement

Constant Summary collapse

MAGIC_FXML_JAVAFX_JRUBYFX_FXMLLOADER__FILE__LOCATION_SUPER_SECRET =

Long to avoid collisions

__FILE__
FXL =
java_import('javafx.fxml.FXMLLoader')[0]

Instance Method Summary collapse

Instance Method Details

#dp(*args) ⇒ Object



116
117
118
# File 'lib/jrubyfx-fxmlloader.rb', line 116

def dp(*args)
  p *args if $DEBUG_IT_FXML
end

#dprint(*args) ⇒ Object



122
123
124
# File 'lib/jrubyfx-fxmlloader.rb', line 122

def dprint(*args)
  print *args if $DEBUG_IT_FXML
end

#dputs(*args) ⇒ Object



119
120
121
# File 'lib/jrubyfx-fxmlloader.rb', line 119

def dputs(*args)
  puts *args if $DEBUG_IT_FXML
end