public class FunctionalTestLogModel extends AbstractListModel
listenerList| Constructor and Description | 
|---|
| FunctionalTestLogModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSecurityTestFunctionalStepResult(TestStepResult result) | 
| void | addText(String msg) | 
| void | clear() | 
| Object | getElementAt(int arg0) | 
| int | getMaxSize() | 
| int | getSize() | 
| TestStepResult | getTestStepResultAt(int index) | 
| void | setMaxSize(int maxSize) | 
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic Object getElementAt(int arg0)
public int getSize()
public void addText(String msg)
public TestStepResult getTestStepResultAt(int index)
public void addSecurityTestFunctionalStepResult(TestStepResult result)
public void clear()
public int getMaxSize()
public void setMaxSize(int maxSize)
Copyright © 2019. All Rights Reserved.