Dresden OCL Toolkit

tudresden.ocl.injection.reverseeng
Class SpecifyTypeTraceSourceDialog.TTListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended bytudresden.ocl.injection.reverseeng.SpecifyTypeTraceSourceDialog.TTListModel
All Implemented Interfaces:
ListModel, Serializable
Enclosing class:
SpecifyTypeTraceSourceDialog

class SpecifyTypeTraceSourceDialog.TTListModel
extends AbstractListModel


Field Summary
private  List m_lttiFileList
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
SpecifyTypeTraceSourceDialog.TTListModel(List lttiFileList)
           
 
Method Summary
 void add(TypeTraceInfo tti)
           
 Object getElementAt(int nIdx)
           
 int getSize()
           
 void remove(TypeTraceInfo tti)
           
 
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

m_lttiFileList

private List m_lttiFileList
Constructor Detail

SpecifyTypeTraceSourceDialog.TTListModel

public SpecifyTypeTraceSourceDialog.TTListModel(List lttiFileList)
Method Detail

getSize

public int getSize()

getElementAt

public Object getElementAt(int nIdx)

add

public void add(TypeTraceInfo tti)

remove

public void remove(TypeTraceInfo tti)

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.