org.tridas.io.gui.model
Class FileListModel
java.lang.Object
com.dmurph.mvc.model.AbstractModel
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
Fields inherited from class com.dmurph.mvc.model.AbstractModel |
propertyChangeSupport |
Fields inherited from interface com.dmurph.mvc.IModel |
DIRTY |
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 |
FileListModel
public FileListModel()
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.