Uses of Interface
javafx.collections.ObservableList
Package
Description
-
Uses of ObservableList in com.sun.javafx.binding
Modifier 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
Modifier and TypeClassDescriptionclass
class
A List wrapper class that implements observability.final class
class
class
ModifierConstructorDescriptionGenericAddRemoveChange
(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
Modifier and TypeMethodDescriptionprotected ObservableList<MenuItem>
ContextMenuContent.getItems()
-
Uses of ObservableList in dev.webfx.kit.launcher
-
Uses of ObservableList in dev.webfx.kit.launcher.spi
Modifier and TypeMethodDescriptiondefault ObservableList<Font>
WebFxKitLauncherProvider.loadingFonts()
-
Uses of ObservableList in dev.webfx.kit.launcher.spi.impl.gwtj2cl
-
Uses of ObservableList in dev.webfx.kit.mapper.peers.javafxcontrols.base
Modifier and TypeMethodDescriptionboolean
ChoiceBoxPeerBase.updateList
(ObservableList list, ListChangeListener.Change change) -
Uses of ObservableList in dev.webfx.kit.mapper.peers.javafxgraphics
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic <A,
B> ObservableList<A> ObservableLists.map
(ObservableList<B> bList, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) Modifier and TypeMethodDescriptionstatic <A,
B extends A>
voidObservableLists.bind
(ObservableList<A> list1, ObservableList<B> list2) static <A,
B> void ObservableLists.bindConverted
(ObservableList<A> aList, ObservableList<B> bList, dev.webfx.platform.util.function.Converter<B, A> bToAConverter) static <A,
B> void 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> void
ObservableLists.runNowAndOnListChange
(ListChangeListener<T> listener, ObservableList<T> list) static <T> void
ObservableLists.runOnListChange
(ListChangeListener<T> listener, ObservableList<T> list) 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) -
Uses of ObservableList in dev.webfx.kit.util.properties.conversion
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionstatic void
DeviceSceneUtil.onObservableListEmpty
(ObservableList<Font> list, Runnable runnable) -
Uses of ObservableList in javafx.animation
Modifier 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
Modifier and TypeClassDescriptionclass
AListExpression
is aObservableListValue
plus additional convenience methods to generate bindings in a fluent style.Modifier 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()
Modifier and TypeMethodDescriptionstatic <E> BooleanBinding
Bindings.isEmpty
(ObservableList<E> op) -
Uses of ObservableList in javafx.beans.property
Modifier 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
.Modifier and TypeMethodDescriptionvoid
ListPropertyBase.set
(ObservableList<E> newValue) void
ListProperty.setValue
(ObservableList<E> v) Set the wrapped value.Modifier 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.ModifierConstructorDescriptionListPropertyBase
(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
Modifier and TypeInterfaceDescriptioninterface
An observable reference to anObservableList
.interface
A writable reference to anObservableList
. -
Uses of ObservableList in javafx.collections
Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionChange
(ObservableList<E> list) Constructs a new change done to a list. -
Uses of ObservableList in javafx.collections.transformation
Modifier 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.Modifier and TypeMethodDescriptionfinal ObservableList<? extends F>
TransformationList.getSource()
The source list specified in the constructor of this transformation list.Modifier 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
.ModifierConstructorDescriptionFilteredList
(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
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionfinal ObjectProperty<ObservableList<T>>
ChoiceBox.itemsProperty()
The items to display in the choice box.Modifier and TypeMethodDescriptionfinal void
ChoiceBox.setItems
(ObservableList<T> value) Sets the value of theitems
property.ModifierConstructorDescriptionChoiceBox
(ObservableList<T> items) Create a new ChoiceBox with the given set of items. -
Uses of ObservableList in javafx.scene.layout
Modifier 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
Modifier and TypeMethodDescriptionfinal ObservableList<PathElement>
Path.getElements()
Gets observable list of path elements of this path.Shape.getStrokeDashArray()
-
Uses of ObservableList in javafx.scene.text
Modifier and TypeMethodDescriptionstatic ObservableList<Font>
Font.getLoadingFonts()
static ObservableList<Font>
Font.getRequestedFonts()
-
Uses of ObservableList in javafx.stage