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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
findByAction, findByName, findByTreePath, from, getContainer, getItemName, getMenuItem
public 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 IMenuItem
public java.util.List<MergeMenu> getMenuItems()
getMenuItems
in interface IMenuItem
public boolean hasSubItems()
hasSubItems
in interface IMenuItem
public void setSubItemMergePos(int pos)
public void unsetSubItemMergePos()