fr.ifremer.coser.ui.selection.replay
Class CommandListModel
java.lang.Object
javax.swing.AbstractListModel
fr.ifremer.coser.ui.selection.replay.CommandListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class CommandListModel
- extends AbstractListModel
Command model.
- Version:
- $Revision: 924 $
Last update : $Date: 2011-12-22 14:56:04 +0100 (Thu, 22 Dec 2011) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commands
protected List<Command> commands
CommandListModel
public CommandListModel()
getCommands
public List<Command> getCommands()
setCommands
public void setCommands(List<Command> commands)
getSize
public int getSize()
getElementAt
public Object getElementAt(int index)
Copyright © 2010-2012 Ifremer. All Rights Reserved.