Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
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.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
static Pos |
Pos.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pos[] |
Pos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Pos |
TextFieldBuilder.alignment |
private Pos |
LabeledBuilder.alignment |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Pos> |
TextField.alignment |
private ObjectProperty<Pos> |
Labeled.alignment |
private static com.sun.javafx.css.StyleableProperty<TextField,Pos> |
TextField.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<Labeled,Pos> |
Labeled.StyleableProperties.ALIGNMENT |
Modifier and Type | Method and Description |
---|---|
Pos |
TextField.getAlignment()
Gets the value of the property alignment.
|
Pos |
Labeled.getAlignment()
Gets the value of the property alignment.
|
protected Pos |
ToggleButton.impl_cssGetAlignmentInitialValue()
Deprecated.
|
protected Pos |
RadioButton.impl_cssGetAlignmentInitialValue()
Deprecated.
|
protected Pos |
Labeled.impl_cssGetAlignmentInitialValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Pos> |
TextField.alignmentProperty()
Specifies how the text should be aligned when there is empty
space within the TextField.
|
ObjectProperty<Pos> |
Labeled.alignmentProperty()
Specifies how the text and graphic within the Labeled should be
aligned when there is empty space within the Labeled.
|
Modifier and Type | Method and Description |
---|---|
B |
TextFieldBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
LabeledBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
void |
TextField.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
Labeled.setAlignment(Pos value)
Sets the value of the property alignment.
|
Modifier and Type | Field and Description |
---|---|
private Pos |
VBoxBuilder.alignment |
private Pos |
TilePaneBuilder.alignment |
private Pos |
StackPaneBuilder.alignment |
private Pos |
HBoxBuilder.alignment |
private Pos |
GridPaneBuilder.alignment |
private Pos |
FlowPaneBuilder.alignment |
private Pos |
TilePaneBuilder.tileAlignment |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Pos> |
VBox.alignment |
private ObjectProperty<Pos> |
TilePane.alignment |
private ObjectProperty<Pos> |
StackPane.alignment |
private ObjectProperty<Pos> |
HBox.alignment |
private ObjectProperty<Pos> |
GridPane.alignment |
private ObjectProperty<Pos> |
FlowPane.alignment |
private static com.sun.javafx.css.StyleableProperty<VBox,Pos> |
VBox.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<TilePane,Pos> |
TilePane.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<StackPane,Pos> |
StackPane.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<HBox,Pos> |
HBox.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<GridPane,Pos> |
GridPane.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<FlowPane,Pos> |
FlowPane.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<TilePane,Pos> |
TilePane.StyleableProperties.TILE_ALIGNMENT |
private ObjectProperty<Pos> |
TilePane.tileAlignment |
Modifier and Type | Method and Description |
---|---|
Pos |
VBox.getAlignment()
Gets the value of the property alignment.
|
Pos |
TilePane.getAlignment()
Gets the value of the property alignment.
|
Pos |
StackPane.getAlignment()
Gets the value of the property alignment.
|
Pos |
HBox.getAlignment()
Gets the value of the property alignment.
|
Pos |
GridPane.getAlignment()
Gets the value of the property alignment.
|
Pos |
FlowPane.getAlignment()
Gets the value of the property alignment.
|
static Pos |
TilePane.getAlignment(Node node)
Returns the child's alignment constraint if set.
|
static Pos |
StackPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
static Pos |
BorderPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
Pos |
TilePane.getTileAlignment()
Gets the value of the property tileAlignment.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Pos> |
VBox.alignmentProperty()
The overall alignment of children within the vbox's width and height.
|
ObjectProperty<Pos> |
TilePane.alignmentProperty()
The overall alignment of the tilepane's content within its width and height.
|
ObjectProperty<Pos> |
StackPane.alignmentProperty()
The default alignment of children within the stackpane's width and height.
|
ObjectProperty<Pos> |
HBox.alignmentProperty()
The overall alignment of children within the hbox's width and height.
|
ObjectProperty<Pos> |
GridPane.alignmentProperty()
The alignment of of the grid within the gridpane's width and height.
|
ObjectProperty<Pos> |
FlowPane.alignmentProperty()
The overall alignment of the flowpane's content within its width and height.
|
ObjectProperty<Pos> |
TilePane.tileAlignmentProperty()
The default alignment of each child within its tile.
|
Modifier and Type | Method and Description |
---|---|
B |
VBoxBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
TilePaneBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
StackPaneBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
HBoxBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
GridPaneBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
B |
FlowPaneBuilder.alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
static void |
TilePane.setAlignment(Node node,
Pos value)
Sets the alignment for the child when contained by a tilepane.
|
static void |
StackPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a stackpane.
|
static void |
BorderPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a borderpane.
|
void |
VBox.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
TilePane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
StackPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
HBox.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
GridPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
FlowPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
TilePane.setTileAlignment(Pos value)
Sets the value of the property tileAlignment.
|
B |
TilePaneBuilder.tileAlignment(Pos x)
Set the value of the
tileAlignment property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to