checkmenuitem |
fun ContextMenu.checkmenuitem(: String, : KeyCombination? = null, : Node? = null, : CheckMenuItem.() -> Unit = {}): <ERROR CLASS> |
customitem |
fun ContextMenu.customitem(keyCombination: KeyCombination? = null, hideOnClick: Boolean = true, op: CustomMenuItem.() -> Unit = {}): <ERROR CLASS>
Create a CustomMenuItem. You must provide a builder inside the |
item |
fun ContextMenu.item(name: String, keyCombination: KeyCombination? = null, graphic: Node? = null, op: MenuItem.() -> Unit = {}): <ERROR CLASS>
Create a MenuItem. The op block operates on the MenuItem where you can call fun ContextMenu.item(name: ObservableValue<String>, keyCombination: KeyCombination? = null, graphic: Node? = null, op: MenuItem.() -> Unit = {}): <ERROR CLASS>
Create a MenuItem with the name property bound to the given observable string. The op block operates on the MenuItem where you can
call |
menu |
fun ContextMenu.menu(: String? = null, : Menu.() -> Unit = {}): <ERROR CLASS> |
menuitem |
fun ContextMenu. fun ContextMenu.
Create a MenuItem. The op block will be configured as the |
plusAssign |
operator fun <T : MenuItem> ContextMenu.plusAssign(: T): Unit |
radiomenuitem |
fun ContextMenu.radiomenuitem(: String, : ToggleGroup? = null, : KeyCombination? = null, : Node? = null, : Any? = null, : RadioMenuItem.() -> Unit = {}): <ERROR CLASS> |
separator |
fun ContextMenu.separator(op: SeparatorMenuItem.() -> Unit = {}): Unit
Add a separator to the contextmenu |