| Package | Description |
|---|---|
| xyz.cofe.gui.swing.menu |
Функции по работе с меню/комбинациями клавиш и пользовательскими действиями
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlMenuBuilder.MContainer |
| Modifier and Type | Method and Description |
|---|---|
protected MenuContainer |
ReflectMenuBuilder.createMenuContainer(MenuAction act)
Создание родительского меню
|
MenuContainer |
MenuContainer.Children.getOwner()
Указывает владелеца списка дочерних меню
|
MenuContainer |
MenuItem.getParent()
Указывает родительский пункт меню
|
| Modifier and Type | Method and Description |
|---|---|
static Map<MenuContainer,List<MenuItem>> |
MenuItem.clearChildren(Iterable<MenuItem> mi)
Удаление дочерних меню/элементов
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuItem.setParent(MenuContainer parent)
Указывает родительский пункт меню
|
| Constructor and Description |
|---|
Children(MenuContainer owner)
Конструктор
|
ItemAddedEvent(MenuContainer parent,
MenuItem item) |
ItemRemovedEvent(MenuContainer parent,
MenuItem item,
int pos) |
MenuActionItem(MenuContainer parent,
Action action)
Конструктор
|
MenuContainer(MenuContainer parent,
String text)
Конструктор
|
MenuContainerEvent(MenuContainer parent,
MenuItem item) |
MenuTmpActionItem(MenuContainer parent,
Action action)
Конструктор
|
Copyright © 2019. All rights reserved.