protected class IdeStatusLineImpl.ProfileManagerListModel extends AbstractListModel<Profile> implements ComboBoxModel<Profile>
| Modifier and Type | Field and Description |
|---|---|
protected Observer |
observer |
protected List<Profile> |
profiles |
listenerList| Modifier | Constructor and Description |
|---|---|
protected |
ProfileManagerListModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureConsumers(IdeFrameImpl ideFrame) |
Profile |
getElementAt(int index) |
Profile |
getSelectedItem() |
int |
getSize() |
void |
setSelectedItem(Object anItem) |
void |
update() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprotected final Observer observer
public void configureConsumers(IdeFrameImpl ideFrame)
public void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModel<Profile>public Profile getSelectedItem()
getSelectedItem in interface ComboBoxModel<Profile>public Profile getElementAt(int index)
getElementAt in interface ListModel<Profile>public void update()
Copyright © 2012–2015 MARID software development group. All rights reserved.