- backwardDfs(TreeNavigator<N>, N) - Static method in class org.codefx.libfx.collection.tree.stream.TreeStreams
-
Returns a stream which enumerates nodes in a tree in the order of a
backwards depth-first search which starts in the specified
node.
- backwardDfsToRoot(TreeNavigator<N>, N, N) - Static method in class org.codefx.libfx.collection.tree.stream.TreeStreams
-
Returns a stream which enumerates nodes in the (sub-)tree rooted in the specified root in the order of a
backwards depth-first search which starts
in the specified node.
- BooleanPropertyNestingBuilder - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is a BooleanProperty
.
- build() - Method in class org.codefx.libfx.nesting.property.NestedBooleanPropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedDoublePropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedFloatPropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedIntegerPropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedLongPropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedObjectPropertyBuilder
-
- build() - Method in class org.codefx.libfx.nesting.property.NestedStringPropertyBuilder
-
- buildAttached() - Method in class org.codefx.libfx.control.properties.ControlPropertyListenerBuilder
-
Creates a new property listener according to the arguments specified before and
attaches
it.
- buildAttached() - Method in class org.codefx.libfx.listener.handle.ListenerHandleBuilder
-
Creates a new listener handle and attaches the listener.
- buildAttached() - Method in class org.codefx.libfx.nesting.listener.NestedChangeListenerBuilder.Buildable
-
Builds and
attaches
a nested change listener and returns the
handle for it.
- buildAttached() - Method in class org.codefx.libfx.nesting.listener.NestedInvalidationListenerBuilder.Buildable
-
Builds and
attaches
a nested invalidation listener and
returns the handle for it.
- buildDetached() - Method in class org.codefx.libfx.control.properties.ControlPropertyListenerBuilder
-
Creates a new property listener according to the arguments specified before.
- buildDetached() - Method in class org.codefx.libfx.listener.handle.ListenerHandleBuilder
-
Creates a new, initially detached listener handle.
- buildDetached() - Method in class org.codefx.libfx.nesting.listener.NestedChangeListenerBuilder.Buildable
-
Builds a nested change listener and returns the handle for it.
- buildDetached() - Method in class org.codefx.libfx.nesting.listener.NestedInvalidationListenerBuilder.Buildable
-
Builds a nested invalidation listener and returns the handle for it.
- buildMap() - Method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
- buildMap(Map<Object, Object>) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
- buildProperty() - Method in class org.codefx.libfx.nesting.BooleanPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.DoublePropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.FloatPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.IntegerPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.LongPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildProperty() - Method in class org.codefx.libfx.nesting.StringPropertyNestingBuilder
-
Creates a nested property from this builder's settings.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.BooleanPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.DoublePropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.FloatPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.IntegerPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.LongPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildPropertyWithBuilder() - Method in class org.codefx.libfx.nesting.StringPropertyNestingBuilder
-
Returns a nested object property builder which can be used to define the new property's attributes before
building it.
- buildSet() - Method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
- buildSet(Set<Object>) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
- byName(String) - Static method in enum org.codefx.libfx.dom.DomEventType
-
Returns the DOM event type for the specified event name.
- byStrategy(TreeIterationStrategy<N>) - Static method in class org.codefx.libfx.collection.tree.stream.TreeStreams
-
- byStrategy(TreeIterationStrategy<N>, int, boolean) - Static method in class org.codefx.libfx.collection.tree.stream.TreeStreams
-
Returns a stream which enumerates a tree's nodes according to the specified
TreeIterationStrategy
and
stream characteristics.
- cancel() - Method in class org.codefx.libfx.concurrent.when.ExecuteAlwaysWhen
-
Cancels the future execution of the action.
- cancel() - Method in class org.codefx.libfx.concurrent.when.ExecuteOnceWhen
-
Cancels the future execution of the action.
- canConvertToHyperlinkEvent(Event) - Static method in class org.codefx.libfx.control.webview.WebViews
-
Indicates whether the specified DOM event can be converted to a
HyperlinkEvent
.
- canConvertToHyperlinkEvent(Event) - Method in class org.codefx.libfx.dom.DomEventConverter
-
Indicates whether the specified DOM event can be converted to a
HyperlinkEvent
.
- canConvertToHyperlinkEvent(Event) - Static method in class org.codefx.libfx.dom.StaticDomEventConverter
-
Indicates whether the specified DOM event can be converted to a
HyperlinkEvent
.
- ComponentHierarchyNavigator - Class in org.codefx.libfx.collection.tree.navigate
-
- ComponentHierarchyNavigator() - Constructor for class org.codefx.libfx.collection.tree.navigate.ComponentHierarchyNavigator
-
- ControlProperties - Class in org.codefx.libfx.control.properties
-
- ControlProperties() - Constructor for class org.codefx.libfx.control.properties.ControlProperties
-
- ControlPropertyListenerBuilder<T> - Class in org.codefx.libfx.control.properties
-
A builder for a ControlPropertyListener
.
- ControlPropertyListenerHandle - Interface in org.codefx.libfx.control.properties
-
- convertToHyperlinkEvent(Event, Object) - Static method in class org.codefx.libfx.control.webview.WebViews
-
Converts the specified DOM event to a hyperlink event.
- convertToHyperlinkEvent(Event, Object) - Method in class org.codefx.libfx.dom.DomEventConverter
-
Converts the specified DOM event to a hyperlink event.
- convertToHyperlinkEvent(Event, Object) - Static method in class org.codefx.libfx.dom.StaticDomEventConverter
-
Converts the specified DOM event to a hyperlink event.
- createAttached(Observable, InvalidationListener) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable and returns a handle for the combination.
- createAttached(ObservableValue<T>, ChangeListener<? super T>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable value and returns a handle for the combination.
- createAttached(ObservableArray<T>, ArrayChangeListener<T>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable array and returns a handle for the combination.
- createAttached(ObservableList<E>, ListChangeListener<? super E>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable list and returns a handle for the combination.
- createAttached(ObservableSet<E>, SetChangeListener<? super E>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable set and returns a handle for the combination.
- createAttached(ObservableMap<K, V>, MapChangeListener<? super K, ? super V>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Adds the specified listener to the specified observable map and returns a handle for the combination.
- createDetached(Observable, InvalidationListener) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable and listener.
- createDetached(ObservableValue<T>, ChangeListener<? super T>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable value and listener.
- createDetached(ObservableArray<T>, ArrayChangeListener<T>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable array and listener.
- createDetached(ObservableList<E>, ListChangeListener<? super E>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable list and listener.
- createDetached(ObservableSet<E>, SetChangeListener<? super E>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable set and listener.
- createDetached(ObservableMap<K, V>, MapChangeListener<? super K, ? super V>) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
Creates a listener handle for the specified observable map and listener.
- createFor(O, L) - Static method in class org.codefx.libfx.listener.handle.ListenerHandles
-
- createHyperlinkListenerHandle(WebView, WebViewHyperlinkListener) - Static method in class org.codefx.libfx.control.webview.WebViews
-
Creates a handle with which the specified listener can be
attached
to the specified web view.
- createHyperlinkListenerHandle(WebView, WebViewHyperlinkListener, HyperlinkEvent.EventType) - Static method in class org.codefx.libfx.control.webview.WebViews
-
Creates a handle with which the specified listener can be
attached
to the specified web view.
- FloatPropertyNestingBuilder - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is a FloatProperty
.
- forInnerAndOuterType(Class<? super I>, Class<? super O>) - Static method in class org.codefx.libfx.collection.transform.TransformingCollectionBuilder
-
Returns a new builder for the specified inner and outer type.
- forInnerAndOuterTypeUnknown() - Static method in class org.codefx.libfx.collection.transform.TransformingCollectionBuilder
-
Returns a new builder for unknown inner and outer types.
- forKey(Object) - Method in class org.codefx.libfx.control.properties.ControlPropertyListenerBuilder
-
Sets the key.
- forNesting(Nesting<O>) - Static method in class org.codefx.libfx.nesting.listener.NestedChangeListenerBuilder
-
Creates a new builder for the specified nesting.
- forNesting(Nesting<?>) - Static method in class org.codefx.libfx.nesting.listener.NestedInvalidationListenerBuilder
-
Creates a new builder for the specified nesting.
- forNesting(Nesting<O>) - Static method in class org.codefx.libfx.nesting.NestingObserver
-
Starts building a new
NestingObserver
which observes the specified nesting.
- forNesting(Nesting<BooleanProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedBooleanPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<DoubleProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedDoublePropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<FloatProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedFloatPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<IntegerProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedIntegerPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<LongProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedLongPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<Property<T>>) - Static method in class org.codefx.libfx.nesting.property.NestedObjectPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forNesting(Nesting<StringProperty>) - Static method in class org.codefx.libfx.nesting.property.NestedStringPropertyBuilder
-
Creates a new builder which uses the specified nesting.
- forType(Class<? super E>) - Static method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
Returns a new builder for the specified element type.
- forTypes(Class<? super IK>, Class<? super OK>, Class<? super IV>, Class<? super OV>) - Static method in class org.codefx.libfx.collection.transform.TransformingMapBuilder
-
Returns a new builder for the specified inner and outer key and value types.
- forTypesUnknown() - Static method in class org.codefx.libfx.collection.transform.TransformingMapBuilder
-
Returns a new builder for unknown inner and outer key and value types.
- forTypeUnknown() - Static method in class org.codefx.libfx.collection.transform.EqualityTransformingCollectionBuilder
-
Returns a new builder for an unknown key type.
- forValueType(Class<T>) - Method in class org.codefx.libfx.control.properties.ControlPropertyListenerBuilder
-
Sets the type of the values which the built listener will process.
- from(O, L) - Static method in class org.codefx.libfx.listener.handle.ListenerHandleBuilder
-
- fromHyperlinkListener(HyperlinkListener, Function<HyperlinkEvent, Boolean>) - Static method in interface org.codefx.libfx.control.webview.WebViewHyperlinkListener
-
Adapts the specified (Swing) hyperlink listener to a web view hyperlink listener.
- fromHyperlinkListener(HyperlinkListener, boolean) - Static method in interface org.codefx.libfx.control.webview.WebViewHyperlinkListener
-
Adapts the specified (Swing) hyperlink listener to a web view hyperlink listener.
- fromOptional(Optional<T>) - Static method in class org.codefx.libfx.serialization.SerializableOptional
-
Creates a serializable optional from the specified optional.
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.listener.NestedChangeListenerHandle
-
The property indicating whether the nesting's inner observable is currently present, i.e.
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.listener.NestedInvalidationListenerHandle
-
The property indicating whether the nesting's inner observable is currently present, i.e.
- innerObservablePresentProperty() - Method in interface org.codefx.libfx.nesting.Nested
-
Indicates whether the inner observable is currently present.
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedBooleanProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedDoubleProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedFloatProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedIntegerProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedLongProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedObjectProperty
-
- innerObservablePresentProperty() - Method in class org.codefx.libfx.nesting.property.NestedStringProperty
-
- innerObservableProperty() - Method in interface org.codefx.libfx.nesting.Nesting
-
A property holding the current inner observable in the hierarchy as an optional.
- IntegerPropertyNestingBuilder - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is an IntegerProperty
.
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingSet
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingList
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingCollection
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingList
-
- isInnerElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingSet
-
- isInnerKey(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingMap
-
- isInnerKey(Object) - Method in class org.codefx.libfx.collection.transform.TransformingMap
-
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.listener.NestedChangeListenerHandle
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.listener.NestedInvalidationListenerHandle
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in interface org.codefx.libfx.nesting.Nested
-
Indicates whether the inner observable is currently present.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedBooleanProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedDoubleProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedFloatProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedIntegerProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedLongProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedObjectProperty
-
Gets the value of the property innerObservablePresent.
- isInnerObservablePresent() - Method in class org.codefx.libfx.nesting.property.NestedStringProperty
-
Gets the value of the property innerObservablePresent.
- isInnerValue(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingMap
-
- isInnerValue(Object) - Method in class org.codefx.libfx.collection.transform.TransformingMap
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingSet
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingList
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingCollection
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingList
-
- isOuterElement(Object) - Method in class org.codefx.libfx.collection.transform.TransformingSet
-
- isOuterKey(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingMap
-
- isOuterKey(Object) - Method in class org.codefx.libfx.collection.transform.TransformingMap
-
- isOuterValue(Object) - Method in class org.codefx.libfx.collection.transform.EqualityTransformingMap
-
- isOuterValue(Object) - Method in class org.codefx.libfx.collection.transform.TransformingMap
-
- nest(NestingStep<T, Property<N>>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
- nest(NestingStep<T, Property<N>>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
- nestBooleanProperty(NestingStep<T, BooleanProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a BooleanProperty
.
- nestBooleanProperty(NestingStep<T, BooleanProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a BooleanProperty
.
- nestDoubleProperty(NestingStep<T, DoubleProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a DoubleProperty
.
- nestDoubleProperty(NestingStep<T, DoubleProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a DoubleProperty
.
- Nested - Interface in org.codefx.libfx.nesting
-
Indicates that a class is providing some kind of nested functionality.
- NestedBooleanProperty - Class in org.codefx.libfx.nesting.property
-
- NestedBooleanPropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- NestedChangeListenerBuilder<T,O extends javafx.beans.value.ObservableValue<T>> - Class in org.codefx.libfx.nesting.listener
-
- NestedChangeListenerBuilder.Buildable - Class in org.codefx.libfx.nesting.listener
-
- NestedChangeListenerHandle<T> - Class in org.codefx.libfx.nesting.listener
-
Contains a
ChangeListener
which is connected to a
Nesting
.
- NestedDoubleProperty - Class in org.codefx.libfx.nesting.property
-
- NestedDoublePropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- NestedFloatProperty - Class in org.codefx.libfx.nesting.property
-
- NestedFloatPropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- NestedIntegerProperty - Class in org.codefx.libfx.nesting.property
-
- NestedIntegerPropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- NestedInvalidationListenerBuilder - Class in org.codefx.libfx.nesting.listener
-
- NestedInvalidationListenerBuilder.Buildable - Class in org.codefx.libfx.nesting.listener
-
- NestedInvalidationListenerHandle - Class in org.codefx.libfx.nesting.listener
-
Contains an
InvalidationListener
which is connected to a
Nesting
.
- NestedListenerHandle - Interface in org.codefx.libfx.nesting.listener
-
- NestedLongProperty - Class in org.codefx.libfx.nesting.property
-
- NestedLongPropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- NestedObjectProperty<T> - Class in org.codefx.libfx.nesting.property
-
- NestedObjectPropertyBuilder<T> - Class in org.codefx.libfx.nesting.property
-
- NestedProperty<T> - Interface in org.codefx.libfx.nesting.property
-
A
Property
which is based on a
Nesting
.
- NestedStringProperty - Class in org.codefx.libfx.nesting.property
-
- NestedStringPropertyBuilder - Class in org.codefx.libfx.nesting.property
-
- nestFloatProperty(NestingStep<T, FloatProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a FloatProperty
.
- nestFloatProperty(NestingStep<T, FloatProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a FloatProperty
.
- Nesting<O extends javafx.beans.Observable> - Interface in org.codefx.libfx.nesting
-
A nesting encapsulates a hierarchy of nested ObservableValues
.
- NestingObserver<O extends javafx.beans.Observable> - Class in org.codefx.libfx.nesting
-
Usability class which observes a
Nesting
and executes some methods when the nesting's
innerObservable
changes.
- NestingObserver.NestingObserverBuilder<O extends javafx.beans.Observable> - Class in org.codefx.libfx.nesting
-
- Nestings - Class in org.codefx.libfx.nesting
-
This class provides static functions to obtain builders for nested classes like
Nesting
or
NestedProperty
.
- Nestings() - Constructor for class org.codefx.libfx.nesting.Nestings
-
- NestingStep<T,O extends javafx.beans.Observable> - Interface in org.codefx.libfx.nesting
-
Functions of this type perform the nesting steps from one oservable's value to the next nested observable.
- nestIntegerProperty(NestingStep<T, IntegerProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is an IntegerProperty
.
- nestIntegerProperty(NestingStep<T, IntegerProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is an IntegerProperty
.
- nestLongProperty(NestingStep<T, LongProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a LongProperty
.
- nestLongProperty(NestingStep<T, LongProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a LongProperty
.
- nestObservable(NestingStep<T, Observable>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is an Observable
.
- nestObservable(NestingStep<T, Observable>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is an Observable
.
- nestObservableNumberValue(NestingStep<T, ObservableNumberValue>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is an ObservableNumberValue
.
- nestObservableNumberValue(NestingStep<T, ObservableNumberValue>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is an ObservableNumberValue
.
- nestObservableValue(NestingStep<T, ObservableValue<N>>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is an ObservableValue
.
- nestObservableValue(NestingStep<T, ObservableValue<N>>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is an ObservableValue
.
- nestProperty(NestingStep<T, Property<N>>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a Property
.
- nestProperty(NestingStep<T, Property<N>>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a Property
.
- nestStringProperty(NestingStep<T, StringProperty>) - Method in class org.codefx.libfx.nesting.ObjectPropertyNestingBuilder
-
Returns a builder for nestings whose inner observable is a StringProperty
.
- nestStringProperty(NestingStep<T, StringProperty>) - Method in class org.codefx.libfx.nesting.ObservableValueNestingBuilder
-
Returns a builder for nestings whose inner observable is a StringProperty
.
- ObjectPropertyNestingBuilder<T> - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is a Property
.
- ObservableNestingBuilder - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is an Observable
.
- ObservableNumberValueNestingBuilder - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is an ObservableNumberValue
.
- ObservableValueNestingBuilder<T> - Class in org.codefx.libfx.nesting
-
A builder for all kinds of nested functionality whose inner observable is an ObservableValue
.
- observe() - Method in class org.codefx.libfx.nesting.NestingObserver.NestingObserverBuilder
-
Builds a observer from this builder's settings.
- of(T) - Static method in class org.codefx.libfx.serialization.SerializableOptional
-
Creates a serializable optional for the specified value by wrapping it in an
Optional
.
- ofNullable(T) - Static method in class org.codefx.libfx.serialization.SerializableOptional
-
Creates a serializable optional for the specified value by wrapping it in an
Optional
.
- on(ObservableValue<T>) - Static method in class org.codefx.libfx.concurrent.when.ExecuteWhen
-
Creates a new builder.
- on(ObservableMap<Object, Object>) - Static method in class org.codefx.libfx.control.properties.ControlProperties
-
- on(ObservableMap<Object, Object>) - Static method in class org.codefx.libfx.control.properties.ControlPropertyListenerBuilder
-
- on(Observable) - Static method in class org.codefx.libfx.nesting.Nestings
-
Starts a nesting with the specified outer observable.
- on(ObservableValue<T>) - Static method in class org.codefx.libfx.nesting.Nestings
-
Starts a nesting with the specified outer observable.
- on(Property<T>) - Static method in class org.codefx.libfx.nesting.Nestings
-
Starts a nesting with the specified outer property.
- onAttach(BiConsumer<? super O, ? super L>) - Method in class org.codefx.libfx.listener.handle.ListenerHandleBuilder
-
Sets the function which is executed when the built
ListenerHandle
must add the listener because
attach
was called.
- onDetach(BiConsumer<? super O, ? super L>) - Method in class org.codefx.libfx.listener.handle.ListenerHandleBuilder
-
Sets the function which is executed when the built
ListenerHandle
must remove the listener because
detach
was called.
- OptionalTransformingCollection<E> - Class in org.codefx.libfx.collection.transform
-
- OptionalTransformingCollection(Collection<Optional<E>>, Class<? super E>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
Creates a new transforming collection which uses a type token to identify the outer elements.
- OptionalTransformingCollection(Collection<Optional<E>>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
Creates a new transforming collection.
- OptionalTransformingCollection(Collection<Optional<E>>, Class<? super E>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
Creates a new transforming collection which uses a type token to identify the outer elements.
- OptionalTransformingCollection(Collection<Optional<E>>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingCollection
-
Creates a new transforming collection which uses the type of the specified default element as a token to identify
the outer elements.
- OptionalTransformingList<E> - Class in org.codefx.libfx.collection.transform
-
A transforming
List
which is a flattened view on a list of
Optional
s, i.e.
- OptionalTransformingList(List<Optional<E>>, Class<? super E>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingList
-
Creates a new transforming list which uses a type token to identify the outer elements.
- OptionalTransformingList(List<Optional<E>>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingList
-
Creates a new transforming list.
- OptionalTransformingList(List<Optional<E>>, Class<? super E>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingList
-
Creates a new transforming list which uses a type token to identify the outer elements.
- OptionalTransformingList(List<Optional<E>>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingList
-
Creates a new transforming list which uses the type of the specified default element as a token to identify the
outer elements.
- OptionalTransformingSet<E> - Class in org.codefx.libfx.collection.transform
-
A transforming
Set
which is a flattened view on a set of
Optional
s, i.e.
- OptionalTransformingSet(Set<Optional<E>>, Class<? super E>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
Creates a new transforming set which uses a type token to identify the outer elements.
- OptionalTransformingSet(Set<Optional<E>>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
Creates a new transforming set.
- OptionalTransformingSet(Set<Optional<E>>, Class<? super E>) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
Creates a new transforming set which uses a type token to identify the outer elements.
- OptionalTransformingSet(Set<Optional<E>>, E) - Constructor for class org.codefx.libfx.collection.transform.OptionalTransformingSet
-
Creates a new transforming set which uses the type of the specified default element as a token to identify the
outer elements.
- org.codefx.libfx.collection.transform - package org.codefx.libfx.collection.transform
-
Provides transforming collections.
- org.codefx.libfx.collection.tree.navigate - package org.codefx.libfx.collection.tree.navigate
-
Provides an abstraction to navigate
tree-like
data structures without requiring them to implement a specific interface.
- org.codefx.libfx.collection.tree.stream - package org.codefx.libfx.collection.tree.stream
-
Provides the possibility to stream the elements of
tree-like data structures.
- org.codefx.libfx.concurrent.when - package org.codefx.libfx.concurrent.when
-
Allows to make sure some action which is triggered by a change on an ObservableValue
gets executed under threading.
- org.codefx.libfx.control - package org.codefx.libfx.control
-
Provides functionality around UI Controls.
- org.codefx.libfx.control.properties - package org.codefx.libfx.control.properties
-
Makes using a Control
's propertyMap
more convenient.
- org.codefx.libfx.control.webview - package org.codefx.libfx.control.webview
-
Provides functionality surrounding JavaFX' WebView
.
- org.codefx.libfx.dom - package org.codefx.libfx.dom
-
Provides functionality around DOM, i.e.
- org.codefx.libfx.listener.handle - package org.codefx.libfx.listener.handle
-
Provides classes which make it easier to add and remove listeners from observable instances.
- org.codefx.libfx.nesting - package org.codefx.libfx.nesting
-
Provides functionality around nesting hierarchies - a term which is explained in all detail in the comment on
Nesting
.
- org.codefx.libfx.nesting.listener - package org.codefx.libfx.nesting.listener
-
Contains nested listeners and builders for them.
- org.codefx.libfx.nesting.property - package org.codefx.libfx.nesting.property
-
Contains the definition for
NestedProperty
as well as its
implementations (a generic
NestedObjectProperty
and
its primitive type wrapping counterparts) and builders for them.
- org.codefx.libfx.serialization - package org.codefx.libfx.serialization
-
Provides serialization related functionality.