|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
static class StrategiesList.ListModel
Class managing the list datas
| Field Summary | |
|---|---|
(package private) List<net.java.dict4j.Strategy> |
data
|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
StrategiesList.ListModel()
Create an instance of ListModel |
|
| Method Summary | |
|---|---|
void |
clear()
Remove all the strategies of the list |
Object |
getElementAt(int row)
Implements ListModel.getElementAt |
int |
getSize()
Implements ListModel.getSize |
int |
indexOf(String strategyCode)
Find the index of a strategie |
void |
setStrategies(List<net.java.dict4j.Strategy> strategies)
Stores the strategies into this model |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
List<net.java.dict4j.Strategy> data
| Constructor Detail |
|---|
public StrategiesList.ListModel()
| Method Detail |
|---|
public void setStrategies(List<net.java.dict4j.Strategy> strategies)
strategies - the strategies listpublic void clear()
public Object getElementAt(int row)
public int getSize()
public int indexOf(String strategyCode)
strategyCode - the code of the strategy
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||