Package org.adoptopenjdk.jitwatch.util
Class ObservableResourceFactory
java.lang.Object
org.adoptopenjdk.jitwatch.util.ObservableResourceFactory
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty<ResourceBundle> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) final ResourceBundleGets the value of theresourcesproperty.javafx.beans.binding.StringBindinggetStringBinding(String key, javafx.beans.value.ObservableValue<?>... observables) javafx.beans.property.ObjectProperty<ResourceBundle> final voidsetResources(ResourceBundle resources) Sets the value of theresourcesproperty.
-
Property Details
-
resources
- See Also:
-
-
Field Details
-
resources
-
-
Constructor Details
-
ObservableResourceFactory
public ObservableResourceFactory()
-
-
Method Details
-
resourcesProperty
- Returns:
- the
resourcesproperty - See Also:
-
getResources
Gets the value of theresourcesproperty.- Property description:
- Returns:
- the value of the
resourcesproperty - See Also:
-
setResources
Sets the value of theresourcesproperty.- Property description:
- Parameters:
resources- the value for theresourcesproperty- See Also:
-
containsKey
-
getString
-
getStringBinding
public javafx.beans.binding.StringBinding getStringBinding(String key, javafx.beans.value.ObservableValue<?>... observables)
-