Package | Description |
---|---|
com.sun.javafx.charts | |
com.sun.javafx.scene.control.skin | |
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.
|
Modifier and Type | Field and Description |
---|---|
private Label |
Legend.LegendItem.label
Label used to represent the legend item
|
Modifier and Type | Class and Description |
---|---|
private class |
ContextMenuContent.MenuLabel |
class |
LabeledImpl |
private class |
MenuButtonSkinBase.MenuLabeledImpl |
Modifier and Type | Field and Description |
---|---|
private Label |
CustomColorDialog.ControlsPane.currentColorLabel |
private Label |
ColorPalette.customColorLabel |
private Label |
ColorPickerSkin.displayNode |
private Label |
TableHeaderRow.dragHeaderLabel |
private Label |
DatePickerHijrahContent.hijrahMonthYearLabel |
(package private) Label |
TableColumnHeader.label |
private Label |
ChoiceBoxSkin.label |
private Label |
TabPaneSkin.TabHeaderSkin.label |
private Label[] |
CustomColorDialog.ControlsPane.labels |
private Label |
DatePickerContent.monthLabel |
private Label |
CustomColorDialog.ControlsPane.newColorLabel |
private Label |
PaginationSkin.NavigationControl.pageInformation |
private Label |
TableViewSkinBase.placeholderLabel |
private Label |
TableColumnHeader.sortOrderLabel |
private Label |
TooltipSkin.tipLabel |
private Label[] |
CustomColorDialog.ControlsPane.units |
private Label |
DatePickerContent.yearLabel |
Modifier and Type | Method and Description |
---|---|
protected Label |
ContextMenuContent.MenuItemContainer.getLabel() |
protected Label |
ContextMenuContent.getLabelAt(int index) |
Constructor and Description |
---|
LabelSkin(Label label) |
Modifier and Type | Field and Description |
---|---|
private Label |
Axis.axisLabel |
private Label |
Chart.titleLabel
Title Label
|
Modifier and Type | Field and Description |
---|---|
private Label |
DialogPane.contentLabel |
private Label |
ChoiceDialog.label |
private Label |
TextInputDialog.label |
Modifier and Type | Method and Description |
---|---|
Label |
LabelBuilder.build()
Deprecated.
Make an instance of
Label based on the properties set on this builder. |
(package private) static Label |
DialogPane.createContentLabel(java.lang.String text)
Creates a Label node that works well within a Dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelBuilder.applyTo(Label x)
Deprecated.
|