org.tridas.io.gui.model
Class ConvertModel
java.lang.Object
com.dmurph.mvc.model.AbstractModel
org.tridas.io.gui.model.ConvertModel
- All Implemented Interfaces:
- com.dmurph.mvc.IModel, Serializable
public class ConvertModel
- 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 |
ConvertModel
public ConvertModel()
setNodes
public void setNodes(List<DefaultMutableTreeNode> argNodes)
getNodes
public List<DefaultMutableTreeNode> getNodes()
setSelectedNode
public void setSelectedNode(DefaultMutableTreeNode argSelectedNode)
getSelectedNode
public DefaultMutableTreeNode getSelectedNode()
setSaveRunning
public void setSaveRunning(boolean saveRunning)
isSaveRunning
public boolean isSaveRunning()
setConvertRunning
public void setConvertRunning(boolean convertRunning)
isConvertRunning
public boolean isConvertRunning()
getConvertedList
public ArrayList<ConvertModel.ReaderWriterObject> getConvertedList()
setOutputFormat
public void setOutputFormat(String argOutputFormat)
- Parameters:
outputFormat
- the outputFormat to set
getOutputFormat
public String getOutputFormat()
- Returns:
- the outputFormat
setProcessed
public void setProcessed(int argProcessed)
getProcessed
public int getProcessed()
setFailed
public void setFailed(int argFailed)
getFailed
public int getFailed()
setConvWithWarnings
public void setConvWithWarnings(int argConvWithWarnings)
getConvWithWarnings
public int getConvWithWarnings()
Copyright © 2011. All Rights Reserved.