com.eviware.soapui.impl.wsdl.testcase.TestCaseLogModel Maven / Gradle / Ivy
The newest version!
/*
* soapUI, copyright (C) 2004-2011 smartbear.com
*
* soapUI is free software; you can redistribute it and/or modify it under the
* terms of version 2.1 of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*
* soapUI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details at gnu.org.
*/
package com.eviware.soapui.impl.wsdl.testcase;
import java.lang.ref.SoftReference;
import java.util.Collections;
import java.util.List;
import javax.swing.AbstractListModel;
import org.apache.commons.collections.list.TreeList;
import com.eviware.soapui.model.testsuite.TestStepResult;
/**
* ListModel for the TestCaseLog
*
* @author ole.matzura
*/
@SuppressWarnings( "unchecked" )
public class TestCaseLogModel extends AbstractListModel
{
@SuppressWarnings( "unchecked" )
private List