Class ObservableResourceFactory


  • public class ObservableResourceFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javafx.beans.property.ObjectProperty<java.util.ResourceBundle> resources  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsKey​(java.lang.String key)  
      java.util.ResourceBundle getResources()  
      java.lang.String getString​(java.lang.String key)  
      javafx.beans.binding.StringBinding getStringBinding​(java.lang.String key, javafx.beans.value.ObservableValue<?>... observables)  
      javafx.beans.property.ObjectProperty<java.util.ResourceBundle> resourcesProperty()  
      void setResources​(java.util.ResourceBundle resources)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resources

        private final javafx.beans.property.ObjectProperty<java.util.ResourceBundle> resources
    • Constructor Detail

      • ObservableResourceFactory

        public ObservableResourceFactory()
    • Method Detail

      • resourcesProperty

        public javafx.beans.property.ObjectProperty<java.util.ResourceBundle> resourcesProperty()
      • getResources

        public final java.util.ResourceBundle getResources()
      • setResources

        public final void setResources​(java.util.ResourceBundle resources)
      • containsKey

        public boolean containsKey​(java.lang.String key)
      • getString

        public java.lang.String getString​(java.lang.String key)
      • getStringBinding

        public javafx.beans.binding.StringBinding getStringBinding​(java.lang.String key,
                                                                   javafx.beans.value.ObservableValue<?>... observables)