org.tridas.io.gui.model
Class FileListModel

java.lang.Object
  extended by com.dmurph.mvc.model.AbstractModel
      extended by org.tridas.io.gui.model.FileListModel
All Implemented Interfaces:
com.dmurph.mvc.IModel, Serializable

public class FileListModel
extends com.dmurph.mvc.model.AbstractModel

Author:
Daniel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dmurph.mvc.model.AbstractModel
propertyChangeSupport
 
Fields inherited from interface com.dmurph.mvc.IModel
DIRTY
 
Constructor Summary
FileListModel()
           
 
Method Summary
 void addInputFile(String argFile)
           
 void addInputFiles(String[] strings)
           
 void clearInputFiles()
           
 String getFileField()
           
 com.dmurph.mvc.model.MVCArrayList<String> getInputFiles()
           
 String getInputFormat()
           
 void removeInputFile(String argFile)
           
 void removeInputFiles(Set<String> argFiles)
           
 void setFileField(String argFileField)
           
 void setInputFormat(String argInputFormat)
           
 
Methods inherited from class com.dmurph.mvc.model.AbstractModel
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListModel

public FileListModel()
Method Detail

setInputFormat

public void setInputFormat(String argInputFormat)
Parameters:
inputFormat - the inputFormat to set

getInputFormat

public String getInputFormat()
Returns:
the inputFormat

setFileField

public void setFileField(String argFileField)
Parameters:
fileField - the fileField to set

getFileField

public String getFileField()
Returns:
the fileField

addInputFile

public void addInputFile(String argFile)

addInputFiles

public void addInputFiles(String[] strings)

removeInputFile

public void removeInputFile(String argFile)

removeInputFiles

public void removeInputFiles(Set<String> argFiles)

clearInputFiles

public void clearInputFiles()

getInputFiles

public com.dmurph.mvc.model.MVCArrayList<String> getInputFiles()


Copyright © 2011. All Rights Reserved.