Package | Description |
---|---|
com.sun.javafx.scene.control | |
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.SeparatorMenuItemAdapter |
Modifier and Type | Field and Description |
---|---|
private SeparatorMenuItem |
GlobalMenuAdapter.SeparatorMenuItemAdapter.menuItem |
Constructor and Description |
---|
SeparatorMenuItemAdapter(SeparatorMenuItem menuItem) |
Modifier and Type | Method and Description |
---|---|
SeparatorMenuItem |
SeparatorMenuItemBuilder.build()
Deprecated.
Make an instance of
SeparatorMenuItem based on the properties set on this builder. |