Uses of Class
javafx.scene.layout.Region
Packages that use Region
Package
Description
-
Uses of Region in com.sun.javafx.scene.control
Subclasses of Region in com.sun.javafx.scene.controlModifier and TypeClassDescriptionclassThis is a the SkinBase for ContextMenu based controls so that the CSS parts work right, because otherwise we would have to copy the Keys from there to here.class -
Uses of Region in dev.webfx.kit.mapper.peers.javafxgraphics
Method parameters in dev.webfx.kit.mapper.peers.javafxgraphics with type arguments of type RegionModifier and TypeMethodDescriptionstatic voidNodePeerFactoryRegistry.registerDefaultRegionPeerFactory(Function<Region, NodePeer<Region>> defaultRegionFactory) static voidNodePeerFactoryRegistry.registerDefaultRegionPeerFactory(Function<Region, NodePeer<Region>> defaultRegionFactory) -
Uses of Region in dev.webfx.kit.mapper.peers.javafxgraphics.base
Classes in dev.webfx.kit.mapper.peers.javafxgraphics.base with type parameters of type RegionModifier and TypeClassDescriptionclassRegionPeerBase<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> interfaceRegionPeerMixin<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> -
Uses of Region in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html
Classes in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html with type parameters of type RegionModifier and TypeClassDescriptionfinal classHtmlBrowserRegionPeer<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> final classHtmlJavaFXRegionPeer<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> classHtmlRegionPeer<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> -
Uses of Region in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.svg
Classes in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.svg with type parameters of type RegionModifier and TypeClassDescriptionfinal classSvgLayoutPeer<N extends Region,NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> -
Uses of Region in dev.webfx.kit.mapper.peers.javafxgraphics.openjfx
Classes in dev.webfx.kit.mapper.peers.javafxgraphics.openjfx with type parameters of type RegionModifier and TypeClassDescriptionclassFxRegionPeer<FxN extends Region,N extends Region, NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> classFxRegionPeer<FxN extends Region,N extends Region, NB extends RegionPeerBase<N, NB, NM>, NM extends RegionPeerMixin<N, NB, NM>> -
Uses of Region in javafx.scene.control
Subclasses of Region in javafx.scene.controlModifier and TypeClassDescriptionclassclassA ButtonBar is essentially aHBox, with the additional functionality for operating system specific button placement.classclassCell<T>The Cell API is used for virtualized controls such asListView,TreeView, andTableView.classclassChoiceBox<T>The ChoiceBox is used for presenting the user with a relatively small set of predefined choices from which they may choose.classComboBoxBase<T>Abstract base class for ComboBox-like controls.classclassclassDialogPane should be considered to be the root node displayed within aDialoginstance.classAn HTML like label which can be a graphic and/or text which responds to rollovers and clicks.classLabel is a non-editable text control.classclassprotected classThe link between the popup window and the scenegraph.classA specialization of the ProgressIndicator which is represented as a horizontal bar.classA circular control which is used for indicating progress, either infinite (aka indeterminate) or finite.classclassclassA horizontal or vertical separator line.classclassA control that has two or more sides, each separated by a divider, which can be dragged by the user to give more space to one of the sides, resulting in the other side shrinking by an equal amount.classA control that allows switching between a group ofTabs.classclassclassclassA TitledPane is a panel with a title that can be opened and closed.class -
Uses of Region in javafx.scene.control.skin
Subclasses of Region in javafx.scene.control.skin -
Uses of Region in javafx.scene.layout
Subclasses of Region in javafx.scene.layoutModifier and TypeClassDescriptionclassAnchorPane allows the edges of child nodes to be anchored to an offset from the anchor pane's edges.classBorderPane lays out children in top, left, right, bottom, and center positions.classFlowPane lays out its children in a flow that wraps at the flowpane's boundary.classGridPane lays out its children within a flexible grid of rows and columns.classHBox lays out its children in a single horizontal row.classclassStackPane lays out its children in a back-to-front stack.classVBox lays out its children in a single vertical column. -
Uses of Region in javafx.scene.text
Subclasses of Region in javafx.scene.textModifier and TypeClassDescriptionclassTemporary simplified implementation of TextFlow that works with 1 Text.