public class MenuList extends java.util.ArrayList<MergeMenu> implements IMenuItem
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
subItemMergePos |
| Constructor and Description |
|---|
MenuList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
MergeMenu element) |
void |
add(MergeMenu... menus) |
boolean |
add(MergeMenu menu) |
void |
add(MergeMenu m,
int mergePos) |
void |
enableMenus() |
java.awt.Component |
getComponent() |
java.util.List<MergeMenu> |
getMenuItems() |
java.util.List<MergeMenu> |
getMenus() |
boolean |
hasSubItems() |
void |
setSubItemMergePos(int pos) |
void |
unsetSubItemMergePos() |
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitfindByAction, findByName, findByTreePath, from, getContainer, getItemName, getMenuItempublic void add(int index,
MergeMenu element)
public void add(MergeMenu... menus)
public boolean add(MergeMenu menu)
public void add(MergeMenu m, int mergePos)
public void enableMenus()
public java.awt.Component getComponent()
getComponent in interface IMenuItempublic java.util.List<MergeMenu> getMenuItems()
getMenuItems in interface IMenuItempublic boolean hasSubItems()
hasSubItems in interface IMenuItempublic void setSubItemMergePos(int pos)
public void unsetSubItemMergePos()