com.eviware.soapui.support.editor.inspectors.attachments
Interface AttachmentTableModel

All Superinterfaces:
javax.swing.table.TableModel
All Known Implementing Classes:
AttachmentsTableModel

public interface AttachmentTableModel
extends javax.swing.table.TableModel

TableModel for Attachment tables

Author:
ole.matzura

Method Summary
 void addFile(java.io.File file, boolean cacheInRequest)
           
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

addFile

void addFile(java.io.File file,
             boolean cacheInRequest)
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2008 eviware.com. All Rights Reserved.