|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| javafx.scene.control.cell |
The
javafx.scene.control.cell package is where all cell-related
classes are located, other than the core classes such as
Cell, IndexedCell,
ListCell, TreeCell,
and TableCell. |
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
| javafx.scene.web |
This package provides means for loading and displaying Web content.
|
| Class and Description |
|---|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
| RegionBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| Class and Description |
|---|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
| Class and Description |
|---|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
| Class and Description |
|---|
| AnchorPane
AnchorPane allows the edges of child nodes to be anchored to an offset from
the anchor pane's edges.
|
| AnchorPaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| Background
The Background of a
Region. |
| BackgroundFill
The fill and associated properties that direct how to fill the background of a
Region. |
| BackgroundImage
Defines properties describing how to render an image as the background to
some
Region. |
| BackgroundPosition
Represents the position of a
BackgroundImage within the
Region's drawing area. |
| BackgroundRepeat
Enumeration of options for repeating images in backgrounds
|
| BackgroundSize
Defines the size of the area that a BackgroundImage should fill relative
to the Region it is styling.
|
| Border
The Border of a
Region. |
| BorderImage
Defines properties describing how to render an image as the border of
some Region.
|
| BorderPane
BorderPane lays out children in top, left, right, bottom, and center positions.
|
| BorderPaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| BorderRepeat
Enum indicating the repetition rules for border images.
|
| BorderStroke
Defines the stroke to use on a Border for styling a Region.
|
| BorderStrokeStyle
Defines the style of the stroke to use on one side of a BorderStroke.
|
| BorderWidths
Defines widths for four components (top, right, bottom, and left).
|
| ColumnConstraints
Defines optional layout constraints for a column in a
GridPane. |
| ColumnConstraintsBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ConstraintsBase
The base class for defining node-specific layout constraints.
|
| CornerRadii
Defines the radii of each of the four corners of a BorderStroke.
|
| FlowPane
FlowPane lays out its children in a flow that wraps at the flowpane's boundary.
|
| FlowPaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| GridPane
GridPane lays out its children within a flexible grid of rows and columns.
|
| GridPaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| HBox
HBox lays out its children in a single horizontal row.
|
| HBoxBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| Pane
Base class for layout panes which need to expose the children list as public
so that users of the subclass can freely add/remove children.
|
| PaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| Priority
Enumeration used to determine the grow (or shrink) priority of a given node's
layout area when its region has more (or less) space available and
multiple nodes are competing for that space.
|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
| RegionBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| RowConstraints
Defines optional layout constraints for a row in a
GridPane. |
| RowConstraintsBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| StackPane
StackPane lays out its children in a back-to-front stack.
|
| StackPaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| TilePane
TilePane lays out its children in a grid of uniformly sized "tiles".
|
| TilePaneBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| VBox
VBox lays out its children in a single vertical column.
|
| VBoxBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| Class and Description |
|---|
| Pane
Base class for layout panes which need to expose the children list as public
so that users of the subclass can freely add/remove children.
|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
| Class and Description |
|---|
| Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .