fr.ifremer.coser.ui.selection.replay
Class CommandListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by 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

Field Summary
protected  List<Command> commands
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
CommandListModel()
           
 
Method Summary
 List<Command> getCommands()
           
 Object getElementAt(int index)
           
 int getSize()
           
 void setCommands(List<Command> commands)
           
 
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

commands

protected List<Command> commands
Constructor Detail

CommandListModel

public CommandListModel()
Method Detail

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.