org.tridas.io.gui.model
Class ConvertModel

java.lang.Object
  extended by com.dmurph.mvc.model.AbstractModel
      extended by 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

Nested Class Summary
static class ConvertModel.ReaderWriterObject
           
 
Field Summary
 
Fields inherited from class com.dmurph.mvc.model.AbstractModel
propertyChangeSupport
 
Fields inherited from interface com.dmurph.mvc.IModel
DIRTY
 
Constructor Summary
ConvertModel()
           
 
Method Summary
 ArrayList<ConvertModel.ReaderWriterObject> getConvertedList()
           
 int getConvWithWarnings()
           
 int getFailed()
           
 List<DefaultMutableTreeNode> getNodes()
           
 String getOutputFormat()
           
 int getProcessed()
           
 DefaultMutableTreeNode getSelectedNode()
           
 boolean isConvertRunning()
           
 boolean isSaveRunning()
           
 void setConvertRunning(boolean convertRunning)
           
 void setConvWithWarnings(int argConvWithWarnings)
           
 void setFailed(int argFailed)
           
 void setNodes(List<DefaultMutableTreeNode> argNodes)
           
 void setOutputFormat(String argOutputFormat)
           
 void setProcessed(int argProcessed)
           
 void setSaveRunning(boolean saveRunning)
           
 void setSelectedNode(DefaultMutableTreeNode argSelectedNode)
           
 
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

ConvertModel

public ConvertModel()
Method Detail

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.