Uses of Interface
javafx.collections.ObservableList
Packages that use ObservableList
Package
Description
-
Uses of ObservableList in com.sun.javafx.binding
Method parameters in com.sun.javafx.binding with type arguments of type ObservableListModifier and TypeMethodDescriptionstatic <E> ListExpressionHelper<E>
ListExpressionHelper.addListener
(ListExpressionHelper<E> helper, ObservableListValue<E> observable, ChangeListener<? super ObservableList<E>> listener) protected abstract ListExpressionHelper<E>
ListExpressionHelper.addListener
(ChangeListener<? super ObservableList<E>> listener) static <E> ListExpressionHelper<E>
ListExpressionHelper.removeListener
(ListExpressionHelper<E> helper, ChangeListener<? super ObservableList<E>> listener) protected abstract ListExpressionHelper<E>
ListExpressionHelper.removeListener
(ChangeListener<? super ObservableList<E>> listener) -
Uses of ObservableList in com.sun.javafx.collections
Classes in com.sun.javafx.collections that implement ObservableListModifier and TypeClassDescriptionclass
class
A List wrapper class that implements observability.final class
class
class
Constructors in com.sun.javafx.collections with parameters of type ObservableListModifierConstructorDescriptionGenericAddRemoveChange
(int from, int to, List<E> removed, ObservableList<E> list) protected
NonIterableChange
(int from, int to, ObservableList<E> list) SimpleAddChange
(int from, int to, ObservableList<E> list) SimplePermutationChange
(int from, int to, int[] permutation, ObservableList<E> list) SimpleRemovedChange
(int from, int to, E removed, ObservableList<E> list) SimpleUpdateChange
(int from, int to, ObservableList<E> list) SimpleUpdateChange
(int position, ObservableList<E> list) SourceAdapterChange
(ObservableList<E> list, ListChangeListener.Change<? extends E> change) VetoableListDecorator
(ObservableList<E> decorated) -
Uses of ObservableList in com.sun.javafx.scene.control
Methods in com.sun.javafx.scene.control that return ObservableListModifier and TypeMethodDescriptionprotected ObservableList<MenuItem>
ContextMenuContent.getItems()
-
Uses of ObservableList in dev.webfx.kit.launcher
Methods in dev.webfx.kit.launcher that return ObservableList -
Uses of ObservableList in dev.webfx.kit.launcher.spi
Methods in dev.webfx.kit.launcher.spi that return ObservableListModifier and TypeMethodDescriptiondefault ObservableList<Font>
WebFxKitLauncherProvider.loadingFonts()
-
Uses of ObservableList in dev.webfx.kit.launcher.spi.impl.gwtj2cl
Methods in dev.webfx.kit.launcher.spi.impl.gwtj2cl that return ObservableList -
Uses of ObservableList in dev.webfx.kit.mapper.peers.javafxcontrols.base
Methods in dev.webfx.kit.mapper.peers.javafxcontrols.base with parameters of type ObservableListModifier and TypeMethodDescriptionboolean
ChoiceBoxPeerBase.updateList
(ObservableList list, ListChangeListener.Change change) -
Uses of ObservableList in dev.webfx.kit.mapper.peers.javafxgraphics
Methods in dev.webfx.kit.mapper.peers.javafxgraphics with parameters of type ObservableListModifier and TypeMethodDescriptionvoid
SceneRequester.requestNodePeerListUpdate
(Node node, ObservableList changedList, ListChangeListener.Change change) boolean
NodePeer.updateList
(ObservableList list, ListChangeListener.Change change) -
Uses of ObservableList in dev.webfx.kit.mapper.peers.javafxgraphics.base
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.base with parameters of type ObservableListModifier and TypeMethodDescriptionprotected void
NodePeerBase.requestUpdateOnListChange
(SceneRequester sceneRequester, ObservableList list) boolean
NodePeerBase.updateList
(ObservableList list, ListChangeListener.Change change) default boolean
NodePeerMixin.updateList
(ObservableList changedList, ListChangeListener.Change change) boolean
PathPeerBase.updateList
(ObservableList list, ListChangeListener.Change change) boolean
ShapePeerBase.updateList
(ObservableList list, ListChangeListener.Change change) protected <T> boolean
NodePeerBase.updateList2
(ObservableList<T> list, ObservableList<T> changedList, Consumer<List<T>> updater) protected <T> boolean
NodePeerBase.updateList2
(ObservableList<T> list, ObservableList<T> changedList, ListChangeListener.Change<T> change, BiConsumer<List<T>, ListChangeListener.Change<T>> updater) -
Uses of ObservableList in dev.webfx.kit.util.properties
Methods in dev.webfx.kit.util.properties that return ObservableListModifier and TypeMethodDescriptionstatic <A,
B> ObservableList<A> ObservableLists.map
(ObservableList<B> bList, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) static <T> ObservableList<T>
ObservableLists.newObservableList
(Runnable onInvalidated) static <T> ObservableList<T>
ObservableLists.newObservableList
(Consumer<ObservableList<T>> onInvalidated) Methods in dev.webfx.kit.util.properties with parameters of type ObservableListModifier and TypeMethodDescriptionstatic <A,
B extends A>
UnregisterableObservableLists.bind
(ObservableList<A> list1, ObservableList<B> list2) static <A,
B> Unregisterable ObservableLists.bindConverted
(ObservableList<A> aList, ObservableList<B> bList, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) static <A,
B> Unregisterable ObservableLists.bindTransformed
(ObservableList<A> aList, ObservableList<B> bList, Function<List<B>, List<A>> bToAListTransformer) static <T> BooleanExpression
ObservableLists.isEmpty
(ObservableList<T> list) static <A,
B> ObservableList<A> ObservableLists.map
(ObservableList<B> bList, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) static <T> Unregisterable
ObservableLists.runNowAndOnListChange
(ListChangeListener<T> listener, ObservableList<T> list) static <T> void
ObservableLists.runNowAndOnListOrPropertiesChange
(ListChangeListener<T> listener, ObservableList<T> list, ObservableValue... properties) static <T> void
ObservableLists.runOnListChange
(Runnable listener, ObservableList<T> list) static <T> Unregisterable
ObservableLists.runOnListChange
(ListChangeListener<T> listener, ObservableList<T> list) static <T> void
ObservableLists.runOnListOrPropertiesChange
(ListChangeListener<T> listener, ObservableList<T> list, ObservableValue... properties) static <A,
B> void ObservableLists.setAllConverted
(List<A> aList, dev.webfx.platform.util.function.Converter<A, B> aToBConverter, ObservableList<B> bList) static <T> void
ObservableLists.setAllNonNulls
(ObservableList<T> list, List<? extends T> elements) static <T> void
ObservableLists.setAllNonNulls
(ObservableList<T> list, T... elements) static <A,
B> void ObservableLists.setAllNonNullsConverted
(List<A> aList, dev.webfx.platform.util.function.Converter<A, B> aToBConverter, ObservableList<B> bList) Method parameters in dev.webfx.kit.util.properties with type arguments of type ObservableListModifier and TypeMethodDescriptionstatic <T> ObservableList<T>
ObservableLists.newObservableList
(Consumer<ObservableList<T>> onInvalidated) -
Uses of ObservableList in dev.webfx.kit.util.properties.conversion
Methods in dev.webfx.kit.util.properties.conversion that return ObservableListModifier and TypeMethodDescriptionstatic <A,
B> ObservableList<B> ConvertedObservableList.create
(ObservableList<A> aList, dev.webfx.platform.util.function.Converter<A, B> aToBConverter, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) Methods in dev.webfx.kit.util.properties.conversion with parameters of type ObservableListModifier and TypeMethodDescriptionstatic <A,
B> ObservableList<B> ConvertedObservableList.create
(ObservableList<A> aList, dev.webfx.platform.util.function.Converter<A, B> aToBConverter, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) -
Uses of ObservableList in dev.webfx.kit.util.scene
Methods in dev.webfx.kit.util.scene with parameters of type ObservableListModifier and TypeMethodDescriptionstatic void
DeviceSceneUtil.onObservableListEmpty
(ObservableList<Font> list, Runnable runnable) -
Uses of ObservableList in javafx.animation
Methods in javafx.animation that return ObservableListModifier and TypeMethodDescriptionfinal ObservableList<Animation>
ParallelTransition.getChildren()
A list ofAnimations
that will be played sequentially.final ObservableList<Animation>
SequentialTransition.getChildren()
A list ofAnimations
that will be played sequentially.final ObservableList<KeyFrame>
Timeline.getKeyFrames()
Returns theKeyFrames
of thisTimeline
. -
Uses of ObservableList in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableListModifier and TypeClassDescriptionclass
AListExpression
is aObservableListValue
plus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding that return ObservableListModifier and TypeMethodDescriptionBinding.getDependencies()
Returns the dependencies of a binding in an unmodifiableObservableList
.BooleanBinding.getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.DoubleBinding.getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.IntegerBinding.getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.LongBinding.getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.StringBinding.getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ListExpression.getValue()
Methods in javafx.beans.binding with parameters of type ObservableListModifier and TypeMethodDescriptionstatic <E> BooleanBinding
Bindings.isEmpty
(ObservableList<E> op) -
Uses of ObservableList in javafx.beans.property
Classes in javafx.beans.property that implement ObservableListModifier and TypeClassDescriptionclass
ListProperty<E>
This class provides a full implementation of aProperty
wrapping aObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
Super class for all readonly properties wrapping anObservableList
.class
This class provides a full implementation of aProperty
wrapping anObservableList
.Methods in javafx.beans.property that return ObservableListMethods in javafx.beans.property with parameters of type ObservableListModifier and TypeMethodDescriptionvoid
ListPropertyBase.set
(ObservableList<E> newValue) void
ListProperty.setValue
(ObservableList<E> v) Set the wrapped value.Method parameters in javafx.beans.property with type arguments of type ObservableListModifier and TypeMethodDescriptionvoid
ListPropertyBase.addListener
(ChangeListener<? super ObservableList<E>> listener) void
ListPropertyBase.bind
(ObservableValue<? extends ObservableList<E>> newObservable) void
ListProperty.bindBidirectional
(Property<ObservableList<E>> other) Create a bidirectional binding between thisProperty
and another one.void
ListPropertyBase.removeListener
(ChangeListener<? super ObservableList<E>> listener) void
ListProperty.unbindBidirectional
(Property<ObservableList<E>> other) Remove a bidirectional binding between thisProperty
and another one.Constructors in javafx.beans.property with parameters of type ObservableListModifierConstructorDescriptionListPropertyBase
(ObservableList<E> initialValue) The constructor of theListPropertyBase
.SimpleListProperty
(Object bean, String name, ObservableList<E> initialValue) The constructor ofSimpleListProperty
SimpleListProperty
(ObservableList<E> initialValue) The constructor ofSimpleListProperty
-
Uses of ObservableList in javafx.beans.value
Subinterfaces of ObservableList in javafx.beans.valueModifier and TypeInterfaceDescriptioninterface
An observable reference to anObservableList
.interface
A writable reference to anObservableList
. -
Uses of ObservableList in javafx.collections
Classes in javafx.collections that implement ObservableListModifier and TypeClassDescriptionclass
Abstract class that serves as a base class forObservableList
implementations that are modifiable.class
Abstract class that serves as a base class forObservableList
implementations.Methods in javafx.collections that return ObservableListModifier and TypeMethodDescriptionstatic <E> ObservableList<E>
FXCollections.concat
(ObservableList<E>... lists) Concatenates more observable lists into one.static <E> ObservableList<E>
FXCollections.emptyObservableList()
Creates and empty unmodifiable observable list.ListChangeListener.Change.getList()
The source list of the change.static <E> ObservableList<E>
FXCollections.observableArrayList()
Creates a new empty observable list that is backed by an arraylist.static <E> ObservableList<E>
FXCollections.observableArrayList
(E... items) Creates a new observable array list withitems
added to it.static <E> ObservableList<E>
FXCollections.observableArrayList
(Collection<? extends E> col) Creates a new observable array list and adds a content of collectioncol
to it.static <E> ObservableList<E>
FXCollections.observableArrayList
(Callback<E, Observable[]> extractor) Creates a new empty observable list backed by an arraylist.static <E> ObservableList<E>
FXCollections.observableList
(List<E> list) Constructs an ObservableList that is backed by the specified list.static <E> ObservableList<E>
FXCollections.observableList
(List<E> list, Callback<E, Observable[]> extractor) Constructs an ObservableList that is backed by the specified list.static <E> ObservableList<E>
FXCollections.singletonObservableList
(E e) Creates an unmodifiable observable list with single element.static <E> ObservableList<E>
FXCollections.synchronizedObservableList
(ObservableList<E> list) Creates and returns a synchronized wrapper on top of provided observable list.static <E> ObservableList<E>
FXCollections.unmodifiableObservableList
(ObservableList<E> list) Creates and returns unmodifiable wrapper list on top of provided observable list.Methods in javafx.collections with parameters of type ObservableListModifier and TypeMethodDescriptionstatic <E> ObservableList<E>
FXCollections.concat
(ObservableList<E>... lists) Concatenates more observable lists into one.static <T> void
FXCollections.copy
(ObservableList<? super T> dest, List<? extends T> src) Copies elements from src to dest.static <T> void
FXCollections.fill
(ObservableList<? super T> list, T obj) Fills the provided list with obj.static <T> boolean
FXCollections.replaceAll
(ObservableList<T> list, T oldVal, T newVal) Replace all oldVal elements in the list with newVal element.static void
FXCollections.reverse
(ObservableList list) Reverse the order in the list Fires only one change notification on the list.static void
FXCollections.rotate
(ObservableList list, int distance) Rotates the list by distance.static void
FXCollections.shuffle
(ObservableList<?> list) Shuffles all elements in the observable list.static void
FXCollections.shuffle
(ObservableList list, Random rnd) Shuffles all elements in the observable list.static <T extends Comparable<? super T>>
voidFXCollections.sort
(ObservableList<T> list) Sorts the provided observable list.static <T> void
FXCollections.sort
(ObservableList<T> list, Comparator<? super T> c) Sorts the provided observable list using the c comparator.static <E> ObservableList<E>
FXCollections.synchronizedObservableList
(ObservableList<E> list) Creates and returns a synchronized wrapper on top of provided observable list.static <E> ObservableList<E>
FXCollections.unmodifiableObservableList
(ObservableList<E> list) Creates and returns unmodifiable wrapper list on top of provided observable list.Constructors in javafx.collections with parameters of type ObservableListModifierConstructorDescriptionChange
(ObservableList<E> list) Constructs a new change done to a list. -
Uses of ObservableList in javafx.collections.transformation
Classes in javafx.collections.transformation that implement ObservableListModifier and TypeClassDescriptionfinal class
FilteredList<E>
Wraps an ObservableList and filters it's content using the provided Predicate.final class
SortedList<E>
Wraps an ObservableList and sorts it's content.class
TransformationList<E,
F> A base class for all lists that wraps other lists in a way that changes the list's elements, order, size or generally it's structure.Methods in javafx.collections.transformation that return ObservableListModifier and TypeMethodDescriptionfinal ObservableList<? extends F>
TransformationList.getSource()
The source list specified in the constructor of this transformation list.Methods in javafx.collections.transformation with parameters of type ObservableListModifier and TypeMethodDescriptionfinal int
TransformationList.getSourceIndexFor
(ObservableList<?> list, int index) Maps the index of this list's element to an index of the providedlist
.final boolean
TransformationList.isInTransformationChain
(ObservableList<?> list) Checks whether the provided list is in the chain under thisTransformationList
.Constructors in javafx.collections.transformation with parameters of type ObservableListModifierConstructorDescriptionFilteredList
(ObservableList<E> source) Constructs a new FilteredList wrapper around the source list.FilteredList
(ObservableList<E> source, Predicate<? super E> predicate) Constructs a new FilteredList wrapper around the source list.SortedList
(ObservableList<? extends E> source) Constructs a new unordered SortedList wrapper around the source list.SortedList
(ObservableList<? extends E> source, Comparator<? super E> comparator) Creates a new SortedList wrapped around the source list.protected
TransformationList
(ObservableList<? extends F> source) Creates a new Transformation list wrapped around the source list. -
Uses of ObservableList in javafx.css
Methods in javafx.css that return ObservableListModifier and TypeMethodDescriptionStyleable.getStyleClass()
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine. -
Uses of ObservableList in javafx.scene
Methods in javafx.scene that return ObservableListModifier and TypeMethodDescriptionParent.getChildren()
Parent.getChildrenUnmodifiable()
Gets the list of children of thisParent
as a read-only list.final ObservableList<String>
Node.getStyleClass()
final ObservableList<String>
Scene.getStylesheets()
Gets an observable list of string URLs linking to the stylesheets to use with this scene's contents.INode.getTransforms()
Node.getTransforms()
-
Uses of ObservableList in javafx.scene.control
Methods in javafx.scene.control that return ObservableListModifier and TypeMethodDescriptionfinal ObservableList<Node>
ButtonBar.getButtons()
Placing buttons inside this ObservableList will instruct the ButtonBar to position them relative to each other based on their specifiedButtonBar.ButtonData
.final ObservableList<ButtonType>
Alert.getButtonTypes()
Returns anObservableList
of allButtonType
instances that are currently set inside this Alert instance.final ObservableList<ButtonType>
DialogPane.getButtonTypes()
Observable list of button types used for the dialog button bar area (created via theDialogPane.createButtonBar()
method).final ObservableList<Node>
SkinBase.getChildren()
Returns the children of the skin.SplitPane.getDividers()
Returns an unmodifiable list of all the dividers in this SplitPane.final ObservableList<T>
ChoiceBox.getItems()
Gets the value of theitems
property.final ObservableList<MenuItem>
ContextMenu.getItems()
The menu items on the context menu.final ObservableList<MenuItem>
Menu.getItems()
The items to show within this menu.SplitPane.getItems()
Returns an ObservableList which can be use to modify the contents of the SplitPane.MenuItem.getStyleClass()
* Public API * *final ObservableList<String>
PopupControl.getStyleClass()
Returns the list of String identifiers that make up the styleClass for this PopupControl.Tab.getStyleClass()
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.final ObservableList<Tab>
TabPane.getTabs()
The tabs to display in this TabPane.final ObservableList<Toggle>
ToggleGroup.getToggles()
The list of toggles within the ToggleGroup.Methods in javafx.scene.control that return types with arguments of type ObservableListModifier and TypeMethodDescriptionfinal ObjectProperty<ObservableList<T>>
ChoiceBox.itemsProperty()
The items to display in the choice box.Methods in javafx.scene.control with parameters of type ObservableListModifier and TypeMethodDescriptionfinal void
ChoiceBox.setItems
(ObservableList<T> value) Sets the value of theitems
property.Constructors in javafx.scene.control with parameters of type ObservableListModifierConstructorDescriptionChoiceBox
(ObservableList<T> items) Create a new ChoiceBox with the given set of items. -
Uses of ObservableList in javafx.scene.layout
Methods in javafx.scene.layout that return ObservableListModifier and TypeMethodDescriptionfinal ObservableList<ColumnConstraints>
GridPane.getColumnConstraints()
Returns list of column constraints.final ObservableList<RowConstraints>
GridPane.getRowConstraints()
Returns list of row constraints. -
Uses of ObservableList in javafx.scene.shape
Methods in javafx.scene.shape that return ObservableListModifier and TypeMethodDescriptionfinal ObservableList<PathElement>
Path.getElements()
Gets observable list of path elements of this path.Shape.getStrokeDashArray()
-
Uses of ObservableList in javafx.scene.text
Methods in javafx.scene.text that return ObservableListModifier and TypeMethodDescriptionstatic ObservableList<Font>
Font.getLoadingFonts()
static ObservableList<Font>
Font.getRequestedFonts()
-
Uses of ObservableList in javafx.stage
Methods in javafx.stage that return ObservableList