|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseList | |
---|---|
fr.orsay.lri.varna | |
fr.orsay.lri.varna.components | |
fr.orsay.lri.varna.interfaces | |
fr.orsay.lri.varna.models | |
fr.orsay.lri.varna.views |
Uses of BaseList in fr.orsay.lri.varna |
---|
Fields in fr.orsay.lri.varna declared as BaseList | |
---|---|
private BaseList |
VARNAPanel._selectedBases
|
Methods in fr.orsay.lri.varna that return BaseList | |
---|---|
BaseList |
VARNAPanel.getSelection()
|
Methods in fr.orsay.lri.varna with parameters of type BaseList | |
---|---|
void |
VARNAPanel.fireSelectionChanged(BaseList mold,
BaseList mnew)
|
Uses of BaseList in fr.orsay.lri.varna.components |
---|
Constructor parameters in fr.orsay.lri.varna.components with type arguments of type BaseList | |
---|---|
BaseTableModel(ArrayList<BaseList> bases)
|
Uses of BaseList in fr.orsay.lri.varna.interfaces |
---|
Methods in fr.orsay.lri.varna.interfaces with parameters of type BaseList | |
---|---|
void |
InterfaceVARNASelectionListener.onSelectionChanged(BaseList selection,
BaseList addedBases,
BaseList removedBases)
Specifies the action to be performed upon changing the selection. |
Uses of BaseList in fr.orsay.lri.varna.models |
---|
Methods in fr.orsay.lri.varna.models that return BaseList | |
---|---|
BaseList |
BaseList.removeAll(BaseList mb)
Returns, in a new BaseList, the list consisting of the current BaseList minus the list passed as argument. |
BaseList |
BaseList.retainAll(BaseList mb)
Returns, in a new BaseList, the intersection of the current BaseList and of the argument. |
Methods in fr.orsay.lri.varna.models with parameters of type BaseList | |
---|---|
BaseList |
BaseList.removeAll(BaseList mb)
Returns, in a new BaseList, the list consisting of the current BaseList minus the list passed as argument. |
BaseList |
BaseList.retainAll(BaseList mb)
Returns, in a new BaseList, the intersection of the current BaseList and of the argument. |
Constructors in fr.orsay.lri.varna.models with parameters of type BaseList | |
---|---|
BaseList(BaseList b)
|
Uses of BaseList in fr.orsay.lri.varna.views |
---|
Fields in fr.orsay.lri.varna.views with type parameters of type BaseList | |
---|---|
private ArrayList<BaseList> |
VueBases.data
|
private Hashtable<String,BaseList> |
VueBases.revdata
|
Methods in fr.orsay.lri.varna.views that return BaseList | |
---|---|
BaseList |
VueBases.getDataAt(int i)
|
private BaseList |
VueBases.locateOrAddList(String caption)
|
Methods in fr.orsay.lri.varna.views that return types with arguments of type BaseList | |
---|---|
ArrayList<BaseList> |
VueBases.getData()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |