at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
Class PlayList.PlayListModel
java.lang.Object
javax.swing.AbstractListModel
at.tuwien.ifs.somtoolbox.apps.viewer.controls.player.PlayList.PlayListModel
- All Implemented Interfaces:
- Serializable, ListModel
- Enclosing class:
- PlayList
private class PlayList.PlayListModel
- extends AbstractListModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PlayList.PlayListModel
private PlayList.PlayListModel()
getElementAt
public Object getElementAt(int index)
getSize
public int getSize()
fireContentsChanged
protected void fireContentsChanged(Object source,
int index0,
int index1)
- Overrides:
fireContentsChanged
in class AbstractListModel
fireIntervalAdded
protected void fireIntervalAdded(Object source,
int index0,
int index1)
- Overrides:
fireIntervalAdded
in class AbstractListModel
fireIntervalRemoved
protected void fireIntervalRemoved(Object source,
int index0,
int index1)
- Overrides:
fireIntervalRemoved
in class AbstractListModel