Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
Button
A simple button control.
|
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 |
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 |
ListCell<T>
|
class |
MenuButton
MenuButton is a button which, when clicked or pressed, will show a
ContextMenu . |
class |
RadioButton
RadioButtons create a series of items where only one item can be
selected.
|
class |
SplitMenuButton
The SplitMenuButton, like the
MenuButton is closely associated with
the concept of selecting a MenuItem from a menu. |
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 |
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 |
TreeCell<T>
|
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Labeled,Pos> |
Labeled.StyleableProperties.ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<Labeled,ContentDisplay> |
Labeled.StyleableProperties.CONTENT_DISPLAY |
private static com.sun.javafx.css.StyleableProperty<Labeled,java.lang.String> |
Labeled.StyleableProperties.ELLIPSIS_STRING |
private static com.sun.javafx.css.StyleableProperty.FONT<Labeled> |
Labeled.StyleableProperties.FONT |
private static com.sun.javafx.css.StyleableProperty<Labeled,java.lang.String> |
Labeled.StyleableProperties.GRAPHIC |
private static com.sun.javafx.css.StyleableProperty<Labeled,java.lang.Number> |
Labeled.StyleableProperties.GRAPHIC_TEXT_GAP |
private static com.sun.javafx.css.StyleableProperty<Labeled,Insets> |
Labeled.StyleableProperties.LABEL_PADDING |
private static com.sun.javafx.css.StyleableProperty<Labeled,TextAlignment> |
Labeled.StyleableProperties.TEXT_ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<Labeled,Paint> |
Labeled.StyleableProperties.TEXT_FILL |
private static com.sun.javafx.css.StyleableProperty<Labeled,OverrunStyle> |
Labeled.StyleableProperties.TEXT_OVERRUN |
private static com.sun.javafx.css.StyleableProperty<Labeled,java.lang.Boolean> |
Labeled.StyleableProperties.UNDERLINE |
private static com.sun.javafx.css.StyleableProperty<Labeled,java.lang.Boolean> |
Labeled.StyleableProperties.WRAP_TEXT |
Modifier and Type | Method and Description |
---|---|
void |
LabeledBuilder.applyTo(Labeled x) |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxListCell<T>
|
class |
CheckBoxTableCell<S,T>
|
class |
CheckBoxTreeCell<T>
|
class |
ChoiceBoxListCell<T>
|
class |
ChoiceBoxTableCell<S,T>
|
class |
ChoiceBoxTreeCell<T>
|
class |
ComboBoxListCell<T>
|
class |
ComboBoxTableCell<S,T>
|
class |
ComboBoxTreeCell<T>
|
class |
ProgressBarTableCell<S>
A class containing a
TableCell implementation that draws a
ProgressBar node inside the cell. |
class |
TextFieldListCell<T>
|
class |
TextFieldTableCell<S,T>
|
class |
TextFieldTreeCell<T>
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to