public class DynamicMenuListModel extends AbstractListModel
listenerList| Constructor and Description |
|---|
DynamicMenuListModel()
Creates a new MRUListModel object.
|
DynamicMenuListModel(DynamicMenuList list)
Creates a new MRUListModel object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(DynamicMenuItem f) |
Object |
getElementAt(int i) |
DynamicMenuList |
getMRUList() |
int |
getSize() |
void |
remove(DynamicMenuItem f) |
void |
setMRUList(DynamicMenuList mru) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic DynamicMenuListModel()
public DynamicMenuListModel(DynamicMenuList list)
public void add(DynamicMenuItem f)
f - public void remove(DynamicMenuItem f)
public Object getElementAt(int i)
i - public int getSize()
public void setMRUList(DynamicMenuList mru)
mru - public DynamicMenuList getMRUList()
Copyright © 2021. All rights reserved.