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 TypeClassDescriptionclassclassA List wrapper class that implements observability.final classclassclassConstructors in com.sun.javafx.collections with parameters of type ObservableListModifierConstructorDescriptionGenericAddRemoveChange(int from, int to, List<E> removed, ObservableList<E> list) protectedNonIterableChange(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 TypeMethodDescriptionbooleanChoiceBoxPeerBase.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 TypeMethodDescriptionvoidSceneRequester.requestNodePeerListUpdate(Node node, ObservableList changedList, ListChangeListener.Change change) booleanNodePeer.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 voidNodePeerBase.requestUpdateOnListChange(SceneRequester sceneRequester, ObservableList list) booleanNodePeerBase.updateList(ObservableList list, ListChangeListener.Change change) default booleanNodePeerMixin.updateList(ObservableList changedList, ListChangeListener.Change change) booleanPathPeerBase.updateList(ObservableList list, ListChangeListener.Change change) booleanShapePeerBase.updateList(ObservableList list, ListChangeListener.Change change) protected <T> booleanNodePeerBase.updateList2(ObservableList<T> list, ObservableList<T> changedList, Consumer<List<T>> updater) protected <T> booleanNodePeerBase.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> BooleanExpressionObservableLists.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> UnregisterableObservableLists.runNowAndOnListChange(ListChangeListener<T> listener, ObservableList<T> list) static <T> voidObservableLists.runNowAndOnListOrPropertiesChange(ListChangeListener<T> listener, ObservableList<T> list, ObservableValue... properties) static <T> voidObservableLists.runOnListChange(Runnable listener, ObservableList<T> list) static <T> UnregisterableObservableLists.runOnListChange(ListChangeListener<T> listener, ObservableList<T> list) static <T> voidObservableLists.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> voidObservableLists.setAllNonNulls(ObservableList<T> list, List<? extends T> elements) static <T> voidObservableLists.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 voidDeviceSceneUtil.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 ofAnimationsthat will be played sequentially.final ObservableList<Animation>SequentialTransition.getChildren()A list ofAnimationsthat will be played sequentially.final ObservableList<KeyFrame>Timeline.getKeyFrames()Returns theKeyFramesof thisTimeline. -
Uses of ObservableList in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableListModifier and TypeClassDescriptionclassAListExpressionis aObservableListValueplus 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> BooleanBindingBindings.isEmpty(ObservableList<E> op) -
Uses of ObservableList in javafx.beans.property
Classes in javafx.beans.property that implement ObservableListModifier and TypeClassDescriptionclassListProperty<E>This class provides a full implementation of aPropertywrapping aObservableList.classThe classListPropertyBaseis the base class for a property wrapping anObservableList.classSuper class for all readonly properties wrapping anObservableList.classThis class provides a full implementation of aPropertywrapping anObservableList.Methods in javafx.beans.property that return ObservableListMethods in javafx.beans.property with parameters of type ObservableListModifier and TypeMethodDescriptionvoidListPropertyBase.set(ObservableList<E> newValue) voidListProperty.setValue(ObservableList<E> v) Set the wrapped value.Method parameters in javafx.beans.property with type arguments of type ObservableListModifier and TypeMethodDescriptionvoidListPropertyBase.addListener(ChangeListener<? super ObservableList<E>> listener) voidListPropertyBase.bind(ObservableValue<? extends ObservableList<E>> newObservable) voidListProperty.bindBidirectional(Property<ObservableList<E>> other) Create a bidirectional binding between thisPropertyand another one.voidListPropertyBase.removeListener(ChangeListener<? super ObservableList<E>> listener) voidListProperty.unbindBidirectional(Property<ObservableList<E>> other) Remove a bidirectional binding between thisPropertyand 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 ofSimpleListPropertySimpleListProperty(ObservableList<E> initialValue) The constructor ofSimpleListProperty -
Uses of ObservableList in javafx.beans.value
Subinterfaces of ObservableList in javafx.beans.valueModifier and TypeInterfaceDescriptioninterfaceAn observable reference to anObservableList.interfaceA writable reference to anObservableList. -
Uses of ObservableList in javafx.collections
Classes in javafx.collections that implement ObservableListModifier and TypeClassDescriptionclassAbstract class that serves as a base class forObservableListimplementations that are modifiable.classAbstract class that serves as a base class forObservableListimplementations.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 withitemsadded to it.static <E> ObservableList<E>FXCollections.observableArrayList(Collection<? extends E> col) Creates a new observable array list and adds a content of collectioncolto 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> voidFXCollections.copy(ObservableList<? super T> dest, List<? extends T> src) Copies elements from src to dest.static <T> voidFXCollections.fill(ObservableList<? super T> list, T obj) Fills the provided list with obj.static <T> booleanFXCollections.replaceAll(ObservableList<T> list, T oldVal, T newVal) Replace all oldVal elements in the list with newVal element.static voidFXCollections.reverse(ObservableList list) Reverse the order in the list Fires only one change notification on the list.static voidFXCollections.rotate(ObservableList list, int distance) Rotates the list by distance.static voidFXCollections.shuffle(ObservableList<?> list) Shuffles all elements in the observable list.static voidFXCollections.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> voidFXCollections.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 classFilteredList<E>Wraps an ObservableList and filters it's content using the provided Predicate.final classSortedList<E>Wraps an ObservableList and sorts it's content.classTransformationList<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 intTransformationList.getSourceIndexFor(ObservableList<?> list, int index) Maps the index of this list's element to an index of the providedlist.final booleanTransformationList.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.protectedTransformationList(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 thisParentas 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 anObservableListof allButtonTypeinstances 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 theitemsproperty.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 voidChoiceBox.setItems(ObservableList<T> value) Sets the value of theitemsproperty.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