com.jurismarches.vradi.models
Class ModifModel<E extends ModifModel.Modif>
java.lang.Object
javax.swing.AbstractListModel
com.jurismarches.vradi.models.ModifModel<E>
- All Implemented Interfaces:
- Serializable, ListModel
- Direct Known Subclasses:
- ModifThesaurusModel
public abstract class ModifModel<E extends ModifModel.Modif>
- extends AbstractListModel
- Author:
- letellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected List<E extends ModifModel.Modif> values
ModifModel
public ModifModel()
fireAdd
protected void fireAdd()
fireRemove
protected void fireRemove()
revert
protected boolean revert(int index)
revert
public boolean revert(int[] index)
clear
public void clear()
remove
public boolean remove(E value)
removeAll
public boolean removeAll(Collection<? extends E> value)
add
public boolean add(E value)
addAll
public boolean addAll(Collection<? extends E> value)
get
public E get(int index)
getValues
public List<E> getValues()
setValues
public void setValues(List<E> values)
getSize
public int getSize()
getElementAt
public Object getElementAt(int index)
Copyright © 2009-2010 JurisMarches. All Rights Reserved.