com.eviware.soapui.impl.wsdl.panels.attachments
Interface AttachmentTableModel

All Superinterfaces:
javax.swing.table.TableModel
All Known Implementing Classes:
MockAttachmentTableModel, RequestAttachmentTableModel

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-2007 eviware.com. All Rights Reserved.