| Package | Description |
|---|---|
| com.sun.glass.ui | |
| com.sun.glass.ui.delegate |
| Modifier and Type | Method and Description |
|---|---|
MenuItem.Callback |
MenuItem.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback) |
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers) |
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers,
Pixels pixels) |
void |
MenuItem.setCallback(MenuItem.Callback callback) |
| Constructor and Description |
|---|
MenuItem(String title,
MenuItem.Callback callback) |
MenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers) |
MenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers,
Pixels pixels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MenuItemDelegate.createMenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers,
Pixels pixels,
boolean enabled,
boolean checked) |
boolean |
MenuItemDelegate.setCallback(MenuItem.Callback callback) |
Copyright © 2025. All rights reserved.