Java org.jfree.ui.action ActionMenuItem fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.ui.action ActionMenuItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.ui.action ActionMenuItem.

The text is from its open source code.

Constructor

ActionMenuItem(final Icon icon)
Creates a menu item with the specified icon.
ActionMenuItem(final String text)
Creates a menu item with the specified label.
ActionMenuItem(final Action action)
Creates a new menu item based on the specified action.