Uses of Class
org.jhotdraw8.fxcontrols.fontchooser.FontCollection
Packages that use FontCollection
-
Uses of FontCollection in org.jhotdraw8.fxcontrols.fontchooser
Methods in org.jhotdraw8.fxcontrols.fontchooser that return FontCollectionMethods in org.jhotdraw8.fxcontrols.fontchooser that return types with arguments of type FontCollectionModifier and TypeMethodDescriptionDefaultFontCollectionsFactory.create()Creates a FontChooserModel.FontCollectionsFactory.create()default @NonNull CompletableFuture<List<FontCollection>> FontCollectionsFactory.createAsync()Creates a FontChooserModel asynchronously in a worker thread, and completes the returnedCompletableFutureon the JavaFX Application Thread.@NonNull javafx.beans.property.ListProperty<FontCollection> FontChooserModel.fontCollectionsProperty()protected @NonNull javafx.collections.ObservableList<FontCollection> DefaultFontCollectionsFactory.generateCollections(@NonNull List<FontFamily> families) Groups a list of font families into collections.protected @NonNull javafx.collections.ObservableList<FontCollection> MacOSFontCollectionsFactory.generateCollections(@NonNull List<FontFamily> families) javafx.collections.ObservableList<FontCollection> FontChooserModel.getFontCollections()Gets the value of thefontCollectionsproperty.Method parameters in org.jhotdraw8.fxcontrols.fontchooser with type arguments of type FontCollectionModifier and TypeMethodDescriptionvoidFontChooserModel.setFontCollections(javafx.collections.ObservableList<FontCollection> value) Sets the value of thefontCollectionsproperty.