Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
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.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
Node |
FadeTransition.getNode()
Gets the value of the property node.
|
Node |
ParallelTransition.getNode()
Gets the value of the property node.
|
Node |
PathTransition.getNode()
Gets the value of the property node.
|
Node |
RotateTransition.getNode()
Gets the value of the property node.
|
Node |
ScaleTransition.getNode()
Gets the value of the property node.
|
Node |
SequentialTransition.getNode()
Gets the value of the property node.
|
Node |
TranslateTransition.getNode()
Gets the value of the property node.
|
protected Node |
ParallelTransition.getParentTargetNode()
Returns the target
Node for animation of this Transition . |
protected Node |
SequentialTransition.getParentTargetNode()
Returns the target
Node for animation of this Transition . |
protected Node |
Transition.getParentTargetNode()
Returns the target
Node for animation of this Transition . |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Node> |
FadeTransition.nodeProperty()
The target node of this
Transition . |
ObjectProperty<Node> |
ParallelTransition.nodeProperty()
|
ObjectProperty<Node> |
PathTransition.nodeProperty()
The target node of this
PathTransition . |
ObjectProperty<Node> |
RotateTransition.nodeProperty()
The target node of this
RotateTransition . |
ObjectProperty<Node> |
ScaleTransition.nodeProperty()
The target node of this
ScaleTransition . |
ObjectProperty<Node> |
SequentialTransition.nodeProperty()
|
ObjectProperty<Node> |
TranslateTransition.nodeProperty()
The target node of this
TranslateTransition . |
Modifier and Type | Method and Description |
---|---|
void |
FadeTransition.setNode(Node value)
Sets the value of the property node.
|
void |
ParallelTransition.setNode(Node value)
Sets the value of the property node.
|
void |
PathTransition.setNode(Node value)
Sets the value of the property node.
|
void |
RotateTransition.setNode(Node value)
Sets the value of the property node.
|
void |
ScaleTransition.setNode(Node value)
Sets the value of the property node.
|
void |
SequentialTransition.setNode(Node value)
Sets the value of the property node.
|
void |
TranslateTransition.setNode(Node value)
Sets the value of the property node.
|
Constructor and Description |
---|
FadeTransition(Duration duration,
Node node)
The constructor of
FadeTransition |
ParallelTransition(Node node)
The constructor of
ParallelTransition . |
ParallelTransition(Node node,
Animation... children)
The constructor of
ParallelTransition . |
PathTransition(Duration duration,
Shape path,
Node node)
The constructor of
PathTransition . |
RotateTransition(Duration duration,
Node node)
The constructor of
RotateTransition |
ScaleTransition(Duration duration,
Node node)
The constructor of
ScaleTransition |
SequentialTransition(Node node)
The constructor of
SequentialTransition . |
SequentialTransition(Node node,
Animation... children)
The constructor of
SequentialTransition . |
TranslateTransition(Duration duration,
Node node)
The constructor of
TranslateTransition |
Modifier and Type | Class and Description |
---|---|
class |
SwingNode
This class is used to embed a Swing content into a JavaFX application.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PrinterJob.printPage(Node node)
Print the specified node.
|
boolean |
PrinterJob.printPage(PageLayout pageLayout,
Node node)
Print the specified node using the specified page layout.
|
Modifier and Type | Class and Description |
---|---|
class |
AmbientLight
Defines an ambient light source object.
|
class |
Camera
Base class for a camera used to render a scene.
|
class |
Group
A
Group node contains an ObservableList of children that
are rendered in order whenever this node is rendered. |
class |
LightBase
The
LightBase class provides definitions of common properties for
objects that represent a form of Light source. |
class |
ParallelCamera
Specifies a parallel camera for rendering a scene without perspective correction.
|
class |
Parent
The base class for all nodes that have children in the scene graph.
|
class |
PerspectiveCamera
Specifies a perspective camera for rendering a scene.
|
class |
PointLight
Defines a point light source object.
|
class |
SubScene
The
SubScene class is the container for content in a scene graph. |
Modifier and Type | Method and Description |
---|---|
protected <E extends Node> |
Parent.getManagedChildren()
Gets the list of all managed children of this
Parent . |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getClip()
Gets the value of the property clip.
|
Node |
Scene.getFocusOwner()
Gets the value of the property focusOwner.
|
Node |
Node.lookup(String selector)
Finds this
Node , or the first sub-node, based on the given CSS selector. |
Node |
Parent.lookup(String selector) |
Node |
Scene.lookup(String selector)
Looks for any node within the scene graph based on the specified CSS selector.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Node> |
Node.clipProperty()
Specifies a
Node to use to define the the clipping shape for this
Node. |
ReadOnlyObjectProperty<Node> |
Scene.focusOwnerProperty()
The scene's current focus owner node.
|
ObservableList<Node> |
Group.getChildren()
Gets the list of children of this
Group . |
protected ObservableList<Node> |
Parent.getChildren()
Gets the list of children of this
Parent . |
ObservableList<Node> |
Parent.getChildrenUnmodifiable()
Gets the list of children of this
Parent as a read-only
list. |
ObservableList<Node> |
LightBase.getScope()
Gets the list of nodes that specifies the
hierarchical scope of this Light.
|
Set<Node> |
Node.lookupAll(String selector)
Finds all
Node s, including this one and any children, which match
the given CSS selector. |
Modifier and Type | Method and Description |
---|---|
void |
Node.setClip(Node value)
Sets the value of the property clip.
|
Constructor and Description |
---|
Group(Node... children)
Constructs a group consisting of children.
|
Constructor and Description |
---|
Group(Collection<Node> children)
Constructs a group consisting of the given children.
|
Modifier and Type | Class and Description |
---|---|
class |
Canvas
Canvas is an image that can be drawn on using a set of graphics
commands provided by a GraphicsContext . |
Modifier and Type | Class and Description |
---|---|
class |
AreaChart<X,Y>
AreaChart - Plots the area between the line that connects the data points and
the 0 line on the Y axis.
|
class |
Axis<T>
Base class for all axes in JavaFX that represents an axis drawn on a chart area.
|
class |
BarChart<X,Y>
A chart that plots bars indicating data values for a category.
|
class |
BubbleChart<X,Y>
Chart type that plots bubbles for the data points in a series.
|
class |
CategoryAxis
A axis implementation that will works on string categories where each
value as a unique category(tick mark) along the axis.
|
class |
Chart
Base class for all charts.
|
class |
LineChart<X,Y>
Line Chart plots a line connecting the data points in a series.
|
class |
NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
class |
PieChart
Displays a PieChart.
|
class |
ScatterChart<X,Y>
Chart type that plots symbols for the data points in a series.
|
class |
StackedAreaChart<X,Y>
StackedAreaChart is a variation of
AreaChart that displays trends of the
contribution of each value. |
class |
StackedBarChart<X,Y>
StackedBarChart is a variation of
BarChart that plots bars indicating
data values for a category. |
class |
ValueAxis<T extends Number>
A axis who's data is defined as Numbers.
|
class |
XYChart<X,Y>
Chart base class for all 2 axis charts.
|
Modifier and Type | Method and Description |
---|---|
protected Node |
Chart.getLegend()
Gets the value of the property legend.
|
Node |
PieChart.Data.getNode()
Returns the node that represents the pie slice.
|
Node |
XYChart.Data.getNode()
Gets the value of the property node.
|
Node |
XYChart.Series.getNode()
Gets the value of the property node.
|
Modifier and Type | Method and Description |
---|---|
protected ObservableList<Node> |
Chart.getChartChildren()
Modifiable and observable list of all content in the chart.
|
protected ObservableList<Node> |
XYChart.getPlotChildren()
Modifiable and observable list of all content in the plot.
|
protected ObjectProperty<Node> |
Chart.legendProperty()
The node to display as the Legend.
|
ReadOnlyObjectProperty<Node> |
PieChart.Data.nodeProperty()
Readonly access to the node that represents the pie slice.
|
ObjectProperty<Node> |
XYChart.Data.nodeProperty()
The node to display for this data item.
|
ObjectProperty<Node> |
XYChart.Series.nodeProperty()
The node to display for this series.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Chart.setLegend(Node value)
Sets the value of the property legend.
|
void |
XYChart.Data.setNode(Node value)
Sets the value of the property node.
|
void |
XYChart.Series.setNode(Node value)
Sets the value of the property node.
|
Modifier and Type | Class and Description |
---|---|
class |
Accordion
An accordion is a group of
TitlePanes . |
class |
Button
A simple button control.
|
class |
ButtonBar
A ButtonBar is essentially a
HBox , with the additional functionality
for operating system specific button placement. |
class |
ButtonBase
Base class for button-like UI Controls, including Hyperlinks, Buttons,
ToggleButtons, CheckBoxes, and RadioButtons.
|
class |
Cell<T>
|
class |
CheckBox
A tri-state selection Control typically skinned as a box with a checkmark or
tick mark when checked.
|
class |
ChoiceBox<T>
The ChoiceBox is used for presenting the user with a relatively small set of
predefined choices from which they may choose.
|
class |
ColorPicker
ColorPicker control allows the user to select a color from either a standard
palette of colors with a simple one click selection OR define their own custom color.
|
class |
ComboBox<T>
An implementation of the
ComboBoxBase abstract class for the most common
form of ComboBox, where a popup list is shown to users providing them with
a choice that they may select from. |
class |
ComboBoxBase<T>
Abstract base class for ComboBox-like controls.
|
class |
Control
Base class for all user interface controls.
|
class |
DateCell
DateCell is used by
DatePicker to render the individual
grid cells in the calendar month. |
class |
DatePicker
The DatePicker control allows the user to enter a date as text or
to select a date from a calendar popup.
|
class |
DialogPane
DialogPane should be considered to be the root node displayed within a
Dialog instance. |
class |
Hyperlink
An HTML like label which can be a graphic and/or text which responds to rollovers and clicks.
|
class |
IndexedCell<T>
An implementation of
Cell which contains an index property which maps
into the data model underlying the visualization. |
class |
Label
Label is a non-editable text control.
|
class |
Labeled
A Labeled
Control is one which has as part of its user interface
a textual content associated with it. |
class |
ListCell<T>
|
class |
ListView<T>
A ListView displays a horizontal or vertical list of items from which the
user may select, or with which the user may interact.
|
class |
MenuBar
A MenuBar control traditionally is placed at the very top of the user
interface, and embedded within it are
Menus . |
class |
MenuButton
MenuButton is a button which, when clicked or pressed, will show a
ContextMenu . |
class |
Pagination
A Pagination control is used for navigation between pages of a single content,
which has been divided into smaller parts.
|
class |
PasswordField
Text field that masks entered characters.
|
protected class |
PopupControl.CSSBridge
The link between the popup window and the scenegraph.
|
class |
ProgressBar
A specialization of the ProgressIndicator which is represented as a
horizontal bar.
|
class |
ProgressIndicator
A circular control which is used for indicating progress, either
infinite (aka indeterminate) or finite.
|
class |
RadioButton
RadioButtons create a series of items where only one item can be
selected.
|
class |
ScrollBar
Either a horizontal or vertical bar with increment and decrement buttons and
a "thumb" with which the user can interact.
|
class |
ScrollPane
A Control that provides a scrolled, clipped viewport of its contents.
|
class |
Separator
A horizontal or vertical separator line.
|
class |
Slider
The Slider Control is used to display a continuous or discrete range of
valid numeric choices and allows the user to interact with the control.
|
class |
Spinner<T>
A single line text field that lets the user select a number or an object
value from an ordered sequence.
|
class |
SplitMenuButton
The SplitMenuButton, like the
MenuButton is closely associated with
the concept of selecting a MenuItem from a menu. |
class |
SplitPane
A 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.
|
class |
TableCell<S,T>
Represents a single row/column intersection in a
TableView . |
class |
TableRow<T>
TableRow is an
IndexedCell , but
rarely needs to be used by developers creating TableView instances. |
class |
TableView<S>
The TableView control is designed to visualize an unlimited number of rows
of data, broken out into columns.
|
class |
TabPane
A control that allows switching between a group of
Tabs . |
class |
TextArea
Text input component that allows a user to enter multiple lines of
plain text.
|
class |
TextField
Text input component that allows a user to enter a single line of
unformatted text.
|
class |
TextInputControl
Abstract base class for text input controls.
|
class |
TitledPane
A TitledPane is a panel with a title that can be opened and closed.
|
class |
ToggleButton
A
ToggleButton is a specialized control which has the ability to be
selected. |
class |
ToolBar
A ToolBar is a control which displays items horizontally
or vertically.
|
class |
TreeCell<T>
|
class |
TreeTableCell<S,T>
Represents a single row/column intersection in a
TreeTableView . |
class |
TreeTableRow<T>
TreeTableRow is an
IndexedCell , but
rarely needs to be used by developers creating TreeTableView instances. |
class |
TreeTableView<S>
The TreeTableView control is designed to visualize an unlimited number of rows
of data, broken out into columns.
|
class |
TreeView<T>
The TreeView control provides a view on to a tree root (of type
TreeItem ). |
Modifier and Type | Method and Description |
---|---|
protected Node |
DialogPane.createButton(ButtonType buttonType)
This method can be overridden by subclasses to create a custom button that
will subsequently inserted into the DialogPane button area (created via
the
DialogPane.createButtonBar() method, but mostly commonly it is an instance
of ButtonBar . |
protected Node |
DialogPane.createButtonBar()
This method can be overridden by subclasses to provide the button bar.
|
protected Node |
DialogPane.createDetailsButton()
This method can be overridden by subclasses to create a custom details button.
|
Node |
CustomMenuItem.getContent()
Gets the value of the property content.
|
Node |
DialogPane.getContent()
Returns the dialog content as a Node (even if it was set as a String
using
DialogPane.setContentText(String) - this was simply transformed into a
Node (most probably a Label ). |
Node |
ScrollPane.getContent()
Gets the value of the property content.
|
Node |
Tab.getContent()
The content associated with the tab.
|
Node |
TitledPane.getContent()
The content of the TitledPane.
|
Node |
TreeCell.getDisclosureNode()
Returns the current disclosure node set in this TreeCell.
|
Node |
TreeTableRow.getDisclosureNode()
Returns the current disclosure node set in this TreeTableCell.
|
Node |
DialogPane.getExpandableContent()
Returns the dialog expandable content node, if one is set, or null
otherwise.
|
Node |
Dialog.getGraphic()
Gets the value of the property graphic.
|
Node |
DialogPane.getGraphic()
Gets the value of the property graphic.
|
Node |
Labeled.getGraphic()
Gets the value of the property graphic.
|
Node |
MenuItem.getGraphic()
Gets the value of the property graphic.
|
Node |
Tab.getGraphic()
The graphic shown in the tab.
|
Node |
TableColumnBase.getGraphic()
Gets the value of the property graphic.
|
Node |
Tooltip.getGraphic()
Gets the value of the property graphic.
|
Node |
TreeItem.getGraphic()
Returns the node that is generally shown to the left of the value property.
|
Node |
DialogPane.getHeader()
Node which acts as the dialog pane header.
|
Node |
Label.getLabelFor()
Gets the value of the property labelFor.
|
Node |
Skin.getNode()
Gets the Node which represents this Skin.
|
Node |
SkinBase.getNode()
Gets the Node which represents this Skin.
|
Node |
ComboBox.getPlaceholder()
Gets the value of the property placeholder.
|
Node |
ListView.getPlaceholder()
Gets the value of the property placeholder.
|
Node |
TableView.getPlaceholder()
Gets the value of the property placeholder.
|
Node |
TreeTableView.getPlaceholder()
Gets the value of the property placeholder.
|
Node |
TableColumnBase.getSortNode()
Gets the value of the property sortNode.
|
Node |
MenuItem.impl_styleableGetNode()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Node |
PopupControl.impl_styleableGetNode()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Node |
TableColumn.impl_styleableGetNode()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Node |
TreeTableColumn.impl_styleableGetNode()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Node |
TabPane.lookup(String selector)
Finds this
Node , or the first sub-node, based on the given CSS selector. |
Node |
DialogPane.lookupButton(ButtonType buttonType)
This method provides a way in which developers may retrieve the actual
Node for a given
ButtonType (assuming it is part of the
button types list). |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Node> |
CustomMenuItem.contentProperty()
The node to display within this CustomMenuItem.
|
ObjectProperty<Node> |
DialogPane.contentProperty()
Property representing the content area of the dialog.
|
ObjectProperty<Node> |
ScrollPane.contentProperty()
The node used as the content of this ScrollPane.
|
ObjectProperty<Node> |
Tab.contentProperty()
The content associated with the tab.
|
ObjectProperty<Node> |
TitledPane.contentProperty()
The content of the TitledPane.
|
ObjectProperty<Node> |
TreeCell.disclosureNodeProperty()
The disclosure node is commonly seen represented as a triangle that rotates
on screen to indicate whether or not the TreeItem that it is placed
beside is expanded or collapsed.
|
ObjectProperty<Node> |
TreeTableRow.disclosureNodeProperty()
The disclosure node is commonly seen represented as a triangle that rotates
on screen to indicate whether or not the TreeItem that it is placed
beside is expanded or collapsed.
|
ObjectProperty<Node> |
DialogPane.expandableContentProperty()
A property that represents the dialog expandable content area.
|
ObservableList<Node> |
ButtonBar.getButtons()
Placing buttons inside this ObservableList will instruct the ButtonBar
to position them relative to each other based on their specified
ButtonBar.ButtonData . |
ObservableList<Node> |
SkinBase.getChildren()
Returns the children of the skin.
|
ObservableList<Node> |
SplitPane.getItems()
Returns an ObservableList which can be use to modify the contents of the SplitPane.
|
ObservableList<Node> |
ToolBar.getItems()
The items contained in the
ToolBar . |
Callback<Integer,Node> |
Pagination.getPageFactory()
Returns the page factory callback function.
|
ObjectProperty<Node> |
Dialog.graphicProperty()
The dialog graphic, presented either in the header, if one is showing, or
to the left of the
content . |
ObjectProperty<Node> |
DialogPane.graphicProperty()
The dialog graphic, presented either in the header, if one is showing, or
to the left of the
content . |
ObjectProperty<Node> |
Labeled.graphicProperty()
An optional icon for the Labeled.
|
ObjectProperty<Node> |
MenuItem.graphicProperty()
An optional graphic for the
MenuItem . |
ObjectProperty<Node> |
Tab.graphicProperty()
The graphic in the tab.
|
ObjectProperty<Node> |
TableColumnBase.graphicProperty()
The graphic to show in the table column to allow the user to
indicate graphically what is in the column.
|
ObjectProperty<Node> |
Tooltip.graphicProperty()
An optional icon for the Tooltip.
|
ObjectProperty<Node> |
TreeItem.graphicProperty()
The node that is generally shown to the left of the value property.
|
ObjectProperty<Node> |
DialogPane.headerProperty()
Property representing the header area of the dialog pane.
|
ObjectProperty<Node> |
Label.labelForProperty()
A Label can act as a label for a different Control or
Node.
|
Set<Node> |
TabPane.lookupAll(String selector)
Finds all
Node s, including this one and any children, which match
the given CSS selector. |
ObjectProperty<Callback<Integer,Node>> |
Pagination.pageFactoryProperty()
The pageFactory callback function that is called when a page has been
selected by the application or the user.
|
ObjectProperty<Node> |
ComboBox.placeholderProperty()
This Node is shown to the user when the ComboBox has no content to show.
|
ObjectProperty<Node> |
ListView.placeholderProperty()
This Node is shown to the user when the listview has no content to show.
|
ObjectProperty<Node> |
TableView.placeholderProperty()
This Node is shown to the user when the table has no content to show.
|
ObjectProperty<Node> |
TreeTableView.placeholderProperty()
This Node is shown to the user when the table has no content to show.
|
ObjectProperty<Node> |
TableColumnBase.sortNodeProperty()
The node to use as the "sort arrow", shown to the user in situations where
the table column is part of the sort order.
|
Modifier and Type | Method and Description |
---|---|
static ButtonBar.ButtonData |
ButtonBar.getButtonData(Node button)
Returns the previously set ButtonData property on the given button.
|
static void |
Tooltip.install(Node node,
Tooltip t)
|
static boolean |
ButtonBar.isButtonUniformSize(Node button)
Returns whether the given node is part of the uniform sizing calculations
or not.
|
static Boolean |
SplitPane.isResizableWithParent(Node node)
Return true if the node is resizable when the parent container is resized false otherwise.
|
protected void |
SkinBase.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
skin defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
SkinBase.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
boolean fillWidth,
boolean fillHeight,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
skin defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
SkinBase.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
skin defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
SkinBase.positionInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
HPos halignment,
VPos valignment)
Utility method which positions the child within an area of this
skin defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
SkinBase.positionInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment)
Utility method which positions the child within an area of this
skin defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
static void |
ButtonBar.setButtonData(Node button,
ButtonBar.ButtonData buttonData)
Sets the given ButtonData on the given button.
|
static void |
ButtonBar.setButtonUniformSize(Node button,
boolean uniformSize)
By default all buttons are uniformly sized in a ButtonBar, meaning that all
buttons take the width of the widest button.
|
void |
CustomMenuItem.setContent(Node value)
Sets the value of the property content.
|
void |
DialogPane.setContent(Node content)
Assign dialog content.
|
void |
ScrollPane.setContent(Node value)
Sets the value of the property content.
|
void |
Tab.setContent(Node value)
The content to show within the main TabPane area.
|
void |
TitledPane.setContent(Node value)
The content of the TitlePane which can be any Node
such as UI controls or groups of nodes added to a layout container.
|
void |
TreeCell.setDisclosureNode(Node value)
The node to use as the "disclosure" triangle, or toggle, used for
expanding and collapsing items.
|
void |
TreeTableRow.setDisclosureNode(Node value)
The node to use as the "disclosure" triangle, or toggle, used for
expanding and collapsing items.
|
void |
DialogPane.setExpandableContent(Node content)
Sets the dialog expandable content node, or null if no expandable content
needs to be shown.
|
void |
Dialog.setGraphic(Node graphic)
Sets the dialog graphic, which will be displayed either in the header, if
one is showing, or to the left of the
content . |
void |
DialogPane.setGraphic(Node graphic)
Sets the dialog graphic, which will be displayed either in the header, if
one is showing, or to the left of the
content . |
void |
Labeled.setGraphic(Node value)
Sets the value of the property graphic.
|
void |
MenuItem.setGraphic(Node value)
Sets the value of the property graphic.
|
void |
Tab.setGraphic(Node value)
Sets the graphic to show in the tab to allow the user to differentiate
between the function of each tab.
|
void |
TableColumnBase.setGraphic(Node value)
Sets the value of the property graphic.
|
void |
Tooltip.setGraphic(Node value)
Sets the value of the property graphic.
|
void |
TreeItem.setGraphic(Node value)
Sets the node that is generally shown to the left of the value property.
|
void |
DialogPane.setHeader(Node header)
Assigns the dialog pane header.
|
void |
Label.setLabelFor(Node value)
Sets the value of the property labelFor.
|
void |
ComboBox.setPlaceholder(Node value)
Sets the value of the property placeholder.
|
void |
ListView.setPlaceholder(Node value)
Sets the value of the property placeholder.
|
void |
TableView.setPlaceholder(Node value)
Sets the value of the property placeholder.
|
void |
TreeTableView.setPlaceholder(Node value)
Sets the value of the property placeholder.
|
static void |
SplitPane.setResizableWithParent(Node node,
Boolean value)
Sets a node in the SplitPane to be resizable or not when the SplitPane is
resized.
|
void |
TableColumnBase.setSortNode(Node value)
Sets the value of the property sortNode.
|
void |
ContextMenu.show(Node anchor,
double screenX,
double screenY)
Shows the
ContextMenu at the specified screen coordinates. |
void |
ContextMenu.show(Node anchor,
Side side,
double dx,
double dy)
Shows the
ContextMenu relative to the given anchor node, on the side
specified by the hpos and vpos parameters, and offset
by the given dx and dy values for the x-axis and y-axis, respectively. |
static void |
Tooltip.uninstall(Node node,
Tooltip t)
|
Modifier and Type | Method and Description |
---|---|
void |
Pagination.setPageFactory(Callback<Integer,Node> value)
Sets the page factory callback function.
|
Constructor and Description |
---|
Button(String text,
Node graphic)
Creates a button with the specified text and icon for its label.
|
ButtonBase(String text,
Node graphic)
Create a ButtonBase with the given text and graphic.
|
CheckBoxTreeItem(T value,
Node graphic)
Creates a CheckBoxTreeItem with the value property set to the provided
object, and the graphic set to the provided Node.
|
CheckBoxTreeItem(T value,
Node graphic,
boolean selected)
Creates a CheckBoxTreeItem with the value property set to the provided
object, the graphic set to the provided Node, and the initial state
of the
CheckBoxTreeItem.selectedProperty() set to the provided boolean value. |
CheckBoxTreeItem(T value,
Node graphic,
boolean selected,
boolean independent)
Creates a CheckBoxTreeItem with the value property set to the provided
object, the graphic set to the provided Node, the initial state
of the
CheckBoxTreeItem.selectedProperty() set to the provided boolean value, and
the initial state of the independent
property to the provided boolean value. |
CheckMenuItem(String text,
Node graphic)
Constructs a CheckMenuItem and sets the display text with the specified text
and sets the graphic
Node to the given node. |
CustomMenuItem(Node node)
Constructs a CustomMenuItem and initializes its content with the node specified.
|
CustomMenuItem(Node node,
boolean hideOnClick)
Constructs a CustomMenuItem and sets the content to the node specified.
|
Hyperlink(String text,
Node graphic)
Create a hyperlink with the specified text and graphic as its label.
|
Label(String text,
Node graphic)
Creates a Label with the supplied text and graphic.
|
Labeled(String text,
Node graphic)
Creates a Label with text and a graphic
|
Menu(String text,
Node graphic)
Constructs a Menu and sets the display text with the specified text
and sets the graphic
Node to the given node. |
Menu(String text,
Node graphic,
MenuItem... items)
|
MenuButton(String text,
Node graphic)
Creates a new empty menu button with the given text and graphic to
display on the button.
|
MenuButton(String text,
Node graphic,
MenuItem... items)
Creates a new menu button with the given text and graphic to
display on the button, and inserts the given items
into the
items list. |
MenuItem(String text,
Node graphic)
Constructor s MenuItem and sets the display text with the specified text
and sets the graphic
Node to the given node. |
RadioMenuItem(String text,
Node graphic)
Constructs a RadioMenuItem and sets the display text with the specified text
and sets the graphic
Node to the given node. |
ScrollPane(Node content)
Creates a new ScrollPane.
|
SplitPane(Node... items)
Creates a new SplitPane with the given items set as the content to split
between one or more dividers.
|
Tab(String text,
Node content)
Creates a tab with a text title and the specified content node.
|
TitledPane(String title,
Node content)
Creates a new TitledPane with a title and content.
|
ToggleButton(String text,
Node graphic)
Creates a toggle button with the specified text and icon for its label.
|
ToolBar(Node... items)
Creates a tool bar populated with the specified nodes.
|
TreeItem(T value,
Node graphic)
Creates a TreeItem with the value property set to the provided object, and
the graphic set to the provided Node.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxListCell<T>
|
class |
CheckBoxTableCell<S,T>
|
class |
CheckBoxTreeCell<T>
|
class |
CheckBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
CheckBox node inside the cell, optionally with a label to indicate
what the checkbox represents. |
class |
ChoiceBoxListCell<T>
|
class |
ChoiceBoxTableCell<S,T>
|
class |
ChoiceBoxTreeCell<T>
|
class |
ChoiceBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
ChoiceBox node inside the cell. |
class |
ComboBoxListCell<T>
|
class |
ComboBoxTableCell<S,T>
|
class |
ComboBoxTreeCell<T>
|
class |
ComboBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
ComboBox node inside the cell. |
class |
ProgressBarTableCell<S>
A class containing a
TableCell implementation that draws a
ProgressBar node inside the cell. |
class |
ProgressBarTreeTableCell<S>
A class containing a
TreeTableCell implementation that draws a
ProgressBar node inside the cell. |
class |
TextFieldListCell<T>
|
class |
TextFieldTableCell<S,T>
|
class |
TextFieldTreeCell<T>
|
class |
TextFieldTreeTableCell<S,T>
A class containing a
TableCell implementation that draws a
TextField node inside the cell. |
Modifier and Type | Method and Description |
---|---|
com.sun.javafx.geom.BaseBounds |
Blend.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
Bloom.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
BoxBlur.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
ColorAdjust.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
ColorInput.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
DisplacementMap.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
DropShadow.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract com.sun.javafx.geom.BaseBounds |
Effect.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
GaussianBlur.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
Glow.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
ImageInput.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
InnerShadow.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
Lighting.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
MotionBlur.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
PerspectiveTransform.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
Reflection.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
SepiaTone.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
com.sun.javafx.geom.BaseBounds |
Shadow.impl_getBounds(com.sun.javafx.geom.BaseBounds bounds,
com.sun.javafx.geom.transform.BaseTransform tx,
Node node,
com.sun.javafx.scene.BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Class and Description |
---|---|
class |
ImageView
|
Modifier and Type | Method and Description |
---|---|
Node |
PickResult.getIntersectedNode()
Returns the intersected node.
|
Node |
Mnemonic.getNode()
Returns the
Node |
Modifier and Type | Method and Description |
---|---|
void |
Mnemonic.setNode(Node node)
Sets the
Node |
Constructor and Description |
---|
Mnemonic(Node node,
KeyCombination keyCombination)
|
PickResult(Node node,
Point3D point,
double distance)
Creates a new instance of PickResult for a non-3d-shape target.
|
PickResult(Node node,
Point3D point,
double distance,
int face,
Point2D texCoord)
Creates a new instance of PickResult.
|
PickResult(Node node,
Point3D point,
double distance,
int face,
Point3D normal,
Point2D texCoord)
Creates a new instance of PickResult.
|
Modifier and Type | Class and Description |
---|---|
class |
AnchorPane
AnchorPane allows the edges of child nodes to be anchored to an offset from
the anchor pane's edges.
|
class |
BorderPane
BorderPane lays out children in top, left, right, bottom, and center positions.
|
class |
FlowPane
FlowPane lays out its children in a flow that wraps at the flowpane's boundary.
|
class |
GridPane
GridPane lays out its children within a flexible grid of rows and columns.
|
class |
HBox
HBox lays out its children in a single horizontal row.
|
class |
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.
|
class |
Region
Region is the base class for all JavaFX Node-based UI Controls, and all layout containers.
|
class |
StackPane
StackPane lays out its children in a back-to-front stack.
|
class |
TilePane
TilePane lays out its children in a grid of uniformly sized "tiles".
|
class |
VBox
VBox lays out its children in a single vertical column.
|
Modifier and Type | Method and Description |
---|---|
Node |
BorderPane.getBottom()
Gets the value of the property bottom.
|
Node |
BorderPane.getCenter()
Gets the value of the property center.
|
Node |
BorderPane.getLeft()
Gets the value of the property left.
|
Node |
BorderPane.getRight()
Gets the value of the property right.
|
Node |
BorderPane.getTop()
Gets the value of the property top.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Node> |
BorderPane.bottomProperty()
The node placed on the bottom edge of this border pane.
|
ObjectProperty<Node> |
BorderPane.centerProperty()
The node placed in the center of this border pane.
|
ObservableList<Node> |
Pane.getChildren() |
ObjectProperty<Node> |
BorderPane.leftProperty()
The node placed on the left edge of this border pane.
|
ObjectProperty<Node> |
BorderPane.rightProperty()
The node placed on the right edge of this border pane.
|
ObjectProperty<Node> |
BorderPane.topProperty()
The node placed on the top edge of this border pane.
|
Modifier and Type | Method and Description |
---|---|
void |
GridPane.add(Node child,
int columnIndex,
int rowIndex)
Adds a child to the gridpane at the specified column,row position.
|
void |
GridPane.add(Node child,
int columnIndex,
int rowIndex,
int colspan,
int rowspan)
Adds a child to the gridpane at the specified column,row position and spans.
|
void |
GridPane.addColumn(int columnIndex,
Node... children)
Convenience method for placing the specified nodes sequentially in a given
column of the gridpane.
|
void |
GridPane.addRow(int rowIndex,
Node... children)
Convenience method for placing the specified nodes sequentially in a given
row of the gridpane.
|
static void |
AnchorPane.clearConstraints(Node child)
Removes all anchor pane constraints from the child node.
|
static void |
BorderPane.clearConstraints(Node child)
Removes all border pane constraints from the child node.
|
static void |
FlowPane.clearConstraints(Node child)
Removes all flowpane constraints from the child node.
|
static void |
GridPane.clearConstraints(Node child)
Removes all gridpane constraints from the child node.
|
static void |
HBox.clearConstraints(Node child)
Removes all hbox constraints from the child node.
|
static void |
StackPane.clearConstraints(Node child)
Removes all stackpane constraints from the child node.
|
static void |
TilePane.clearConstraints(Node child)
Removes all tilepane constraints from the child node.
|
static void |
VBox.clearConstraints(Node child)
Removes all vbox constraints from the child node.
|
static Pos |
BorderPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
static Pos |
StackPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
static Pos |
TilePane.getAlignment(Node node)
Returns the child's alignment constraint if set.
|
static Double |
AnchorPane.getBottomAnchor(Node child)
Returns the child's bottom anchor constraint if set.
|
static Integer |
GridPane.getColumnIndex(Node child)
Returns the child's column index constraint if set.
|
static Integer |
GridPane.getColumnSpan(Node child)
Returns the child's column-span constraint if set.
|
static HPos |
GridPane.getHalignment(Node child)
Returns the child's halignment constraint if set.
|
static Priority |
GridPane.getHgrow(Node child)
Returns the child's hgrow constraint if set.
|
static Priority |
HBox.getHgrow(Node child)
Returns the child's hgrow constraint if set.
|
static Double |
AnchorPane.getLeftAnchor(Node child)
Returns the child's left anchor constraint if set.
|
static Insets |
BorderPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
FlowPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
GridPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
HBox.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
StackPane.getMargin(Node child)
Returns the child's margin constraints if set.
|
static Insets |
TilePane.getMargin(Node node)
Returns the child's margin constraint if set.
|
static Insets |
VBox.getMargin(Node child)
Returns the child's margin property if set.
|
static Double |
AnchorPane.getRightAnchor(Node child)
Returns the child's right anchor constraint if set.
|
static Integer |
GridPane.getRowIndex(Node child)
Returns the child's row index constraint if set.
|
static Integer |
GridPane.getRowSpan(Node child)
Returns the child's row-span constraint if set.
|
static Double |
AnchorPane.getTopAnchor(Node child)
Returns the child's top anchor constraint if set.
|
static VPos |
GridPane.getValignment(Node child)
Returns the child's valignment constraint if set.
|
static Priority |
GridPane.getVgrow(Node child)
Returns the child's vgrow constraint if set.
|
static Priority |
VBox.getVgrow(Node child)
Returns the child's vgrow property if set.
|
static Boolean |
GridPane.isFillHeight(Node child)
Returns the child's vertical fill policy if set
|
static Boolean |
GridPane.isFillWidth(Node child)
Returns the child's horizontal fill policy if set
|
protected void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
boolean fillWidth,
boolean fillHeight,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
static void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
boolean fillWidth,
boolean fillHeight,
HPos halignment,
VPos valignment,
boolean isSnapToPixel)
Utility method which lays out the child within an area of it's
parent defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
Region.positionInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
HPos halignment,
VPos valignment)
Utility method which positions the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
static void |
Region.positionInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment,
boolean isSnapToPixel)
Utility method which positions the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
static void |
BorderPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a border pane.
|
static void |
StackPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a stackpane.
|
static void |
TilePane.setAlignment(Node node,
Pos value)
Sets the alignment for the child when contained by a tilepane.
|
void |
BorderPane.setBottom(Node value)
Sets the value of the property bottom.
|
static void |
AnchorPane.setBottomAnchor(Node child,
Double value)
Sets the bottom anchor for the child when contained by an anchor pane.
|
void |
BorderPane.setCenter(Node value)
Sets the value of the property center.
|
static void |
GridPane.setColumnIndex(Node child,
Integer value)
Sets the column index for the child when contained by a gridpane
so that it will be positioned starting in that column of the gridpane.
|
static void |
GridPane.setColumnSpan(Node child,
Integer value)
Sets the column span for the child when contained by a gridpane
so that it will span that number of columns horizontally.
|
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex)
Sets the column,row indeces for the child when contained in a gridpane.
|
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex,
int columnspan,
int rowspan)
Sets the column, row, column-span, and row-span value for the child when
contained in a gridpane.
|
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex,
int columnspan,
int rowspan,
HPos halignment,
VPos valignment)
Sets the grid position, spans, and alignment for the child when contained in a gridpane.
|
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex,
int columnspan,
int rowspan,
HPos halignment,
VPos valignment,
Priority hgrow,
Priority vgrow)
Sets the grid position, spans, and alignment for the child when contained in a gridpane.
|
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex,
int columnspan,
int rowspan,
HPos halignment,
VPos valignment,
Priority hgrow,
Priority vgrow,
Insets margin)
Sets the grid position, spans, alignment, grow priorities, and margin for
the child when contained in a gridpane.
|
static void |
GridPane.setFillHeight(Node child,
Boolean value)
Sets the vertical fill policy for the child when contained by a gridpane.
|
static void |
GridPane.setFillWidth(Node child,
Boolean value)
Sets the horizontal fill policy for the child when contained by a gridpane.
|
static void |
GridPane.setHalignment(Node child,
HPos value)
Sets the horizontal alignment for the child when contained by a gridpane.
|
static void |
GridPane.setHgrow(Node child,
Priority value)
Sets the horizontal grow priority for the child when contained by a gridpane.
|
static void |
HBox.setHgrow(Node child,
Priority value)
Sets the horizontal grow priority for the child when contained by an hbox.
|
void |
BorderPane.setLeft(Node value)
Sets the value of the property left.
|
static void |
AnchorPane.setLeftAnchor(Node child,
Double value)
Sets the left anchor for the child when contained by an anchor pane.
|
static void |
BorderPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a border pane.
|
static void |
FlowPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a flowpane.
|
static void |
GridPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a gridpane.
|
static void |
HBox.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by an hbox.
|
static void |
StackPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a stackpane.
|
static void |
TilePane.setMargin(Node node,
Insets value)
Sets the margin for the child when contained by a tilepane.
|
static void |
VBox.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a vbox.
|
void |
BorderPane.setRight(Node value)
Sets the value of the property right.
|
static void |
AnchorPane.setRightAnchor(Node child,
Double value)
Sets the right anchor for the child when contained by an anchor pane.
|
static void |
GridPane.setRowIndex(Node child,
Integer value)
Sets the row index for the child when contained by a gridpane
so that it will be positioned starting in that row of the gridpane.
|
static void |
GridPane.setRowSpan(Node child,
Integer value)
Sets the row span for the child when contained by a gridpane
so that it will span that number of rows vertically.
|
void |
BorderPane.setTop(Node value)
Sets the value of the property top.
|
static void |
AnchorPane.setTopAnchor(Node child,
Double value)
Sets the top anchor for the child when contained by an anchor pane.
|
static void |
GridPane.setValignment(Node child,
VPos value)
Sets the vertical alignment for the child when contained by a gridpane.
|
static void |
GridPane.setVgrow(Node child,
Priority value)
Sets the vertical grow priority for the child when contained by a gridpane.
|
static void |
VBox.setVgrow(Node child,
Priority value)
Sets the vertical grow priority for the child when contained by an vbox.
|
Constructor and Description |
---|
AnchorPane(Node... children)
Creates an AnchorPane layout with the given children.
|
BorderPane(Node center)
Creates an BorderPane layout with the given Node as the center of the BorderPane.
|
BorderPane(Node center,
Node top,
Node right,
Node bottom,
Node left)
Creates an BorderPane layout with the given Nodes to use for each of the main
layout areas of the Border Pane.
|
FlowPane(double hgap,
double vgap,
Node... children)
Creates a horizontal FlowPane layout with the specified hgap/vgap.
|
FlowPane(Node... children)
Creates a horizontal FlowPane layout with hgap/vgap = 0.
|
FlowPane(Orientation orientation,
double hgap,
double vgap,
Node... children)
Creates a FlowPane layout with the specified orientation and hgap/vgap.
|
FlowPane(Orientation orientation,
Node... children)
Creates a FlowPane layout with the specified orientation and hgap/vgap = 0.
|
HBox(double spacing,
Node... children)
Creates an HBox layout with the specified spacing between children.
|
HBox(Node... children)
Creates an HBox layout with spacing = 0.
|
Pane(Node... children)
Creates a Pane layout.
|
StackPane(Node... children)
Creates a StackPane layout with default CENTER alignment.
|
TilePane(double hgap,
double vgap,
Node... children)
Creates a horizontal TilePane layout with prefColumn = 5 and the specified
hgap/vgap.
|
TilePane(Node... children)
Creates a horizontal TilePane layout with prefColumn = 5 and hgap/vgap = 0.
|
TilePane(Orientation orientation,
double hgap,
double vgap,
Node... children)
Creates a TilePane layout with the specified orientation, hgap/vgap,
and prefRows/prefColumns = 5.
|
TilePane(Orientation orientation,
Node... children)
Creates a TilePane layout with the specified orientation,
prefColumn/prefRows = 5 and hgap/vgap = 0.
|
VBox(double spacing,
Node... children)
Creates an VBox layout with the specified spacing between children.
|
VBox(Node... children)
Creates an VBox layout with spacing = 0.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaView
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
The
Arc class represents a 2D arc object, defined by a center point,
start angle (in degrees), angular extent (length of the arc in degrees),
and an arc type (ArcType.OPEN , ArcType.CHORD ,
or ArcType.ROUND ). |
class |
Box
The
Box class defines a 3 dimensional box with the specified size. |
class |
Circle
The
Circle class creates a new circle
with the specified radius and center location measured in pixels
Example usage. |
class |
CubicCurve
The
CubiCurve class defines a cubic Bézier parametric curve segment
in (x,y) coordinate space. |
class |
Cylinder
The
Cylinder class defines a 3 dimensional cylinder with the specified size. |
class |
Ellipse
The
Ellipse class creates a new ellipse
with the specified size and location in pixels |
class |
Line
This Line represents a line segment in
(x,y)
coordinate space. |
class |
MeshView
The
MeshView class defines a surface with the specified 3D
mesh data. |
class |
Path
The
Path class represents a simple shape
and provides facilities required for basic construction
and management of a geometric path. |
class |
Polygon
Creates a polygon, defined by an array of x,y coordinates.
|
class |
Polyline
Creates a polyline, defined by the array of the segment points.
|
class |
QuadCurve
The
Quadcurve class defines a quadratic Bézier parametric curve
segment in (x,y) coordinate space. |
class |
Rectangle
The
Rectangle class defines a rectangle
with the specified size and location. |
class |
Shape
The
Shape class provides definitions of common properties for
objects that represent some form of geometric shape. |
class |
Shape3D
The
Shape3D base class provides definitions of common properties for
objects that represent some form of 3D geometric shape. |
class |
Sphere
The
Sphere class defines a 3 dimensional sphere with the specified size. |
class |
SVGPath
The
SVGPath class represents a simple shape that is constructed by
parsing SVG path data from a String. |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
Mesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected boolean |
TriangleMesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Class and Description |
---|---|
class |
Text
The
Text class defines a node that displays a text. |
class |
TextFlow
TextFlow is special layout designed to lay out rich text.
|
Constructor and Description |
---|
TextFlow(Node... children)
Creates a TextFlow layout with the given children.
|
Modifier and Type | Method and Description |
---|---|
void |
Transform.impl_add(Node node)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Transform.impl_remove(Node node)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLEditor
A control that allows for users to edit text, and apply styling to this text.
|
class |
WebView
|
Modifier and Type | Method and Description |
---|---|
protected ObservableList<Node> |
WebView.getChildren() |
Modifier and Type | Method and Description |
---|---|
Node |
PopupWindow.getOwnerNode()
Gets the value of the property ownerNode.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<Node> |
Popup.getContent()
The ObservableList of
Node s to be rendered on this
Popup . |
protected ObservableList<Node> |
PopupWindow.getContent()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
ReadOnlyObjectProperty<Node> |
PopupWindow.ownerNodeProperty()
The node which is the owner of this popup.
|
Modifier and Type | Method and Description |
---|---|
void |
PopupWindow.show(Node ownerNode,
double anchorX,
double anchorY)
Shows the popup at the specified location on the screen.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.