| Package | Description |
|---|---|
| com.sun.javafx.scene.control | |
| com.sun.javafx.scene.control.skin | |
| com.sun.javafx.webkit.theme | |
| 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 | Class and Description |
|---|---|
private static class |
GlobalMenuAdapter.CheckMenuItemAdapter |
| Modifier and Type | Field and Description |
|---|---|
private CheckMenuItem |
GlobalMenuAdapter.CheckMenuItemAdapter.menuItem |
| Constructor and Description |
|---|
CheckMenuItemAdapter(CheckMenuItem menuItem) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<TableColumnBase,CheckMenuItem> |
TableHeaderRow.columnMenuItems |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ContextMenuImpl.CheckMenuItemImpl |
| Modifier and Type | Method and Description |
|---|---|
CheckMenuItem |
CheckMenuItemBuilder.build()
Deprecated.
Make an instance of
CheckMenuItem based on the properties set on this builder. |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckMenuItemBuilder.applyTo(CheckMenuItem x)
Deprecated.
|