Java javafx.scene.control CustomMenuItem fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control CustomMenuItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control CustomMenuItem.

The text is from its open source code.

Constructor

CustomMenuItem(Node node)
Constructs a CustomMenuItem and initializes its content with the node specified.
CustomMenuItem(Node node, boolean hideOnClick)
Constructs a CustomMenuItem and sets the content to the node specified.

Method