org.tridas.io.gui.model.popup
Class ConvertingDialogModel

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

public class ConvertingDialogModel
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
ConvertingDialogModel()
           
 
Method Summary
 String getConvertingFilename()
           
 int getConvertingPercent()
           
 boolean isConvertCancelled()
           
 void setConvertCancelled(boolean argConvertCancelled)
           
 void setConvertingFilename(String argConvertingFilename)
           
 void setConvertingPercent(int argConvertingPercent)
           
 
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

ConvertingDialogModel

public ConvertingDialogModel()
Method Detail

setConvertingPercent

public void setConvertingPercent(int argConvertingPercent)

getConvertingPercent

public int getConvertingPercent()

setConvertingFilename

public void setConvertingFilename(String argConvertingFilename)

getConvertingFilename

public String getConvertingFilename()

setConvertCancelled

public void setConvertCancelled(boolean argConvertCancelled)

isConvertCancelled

public boolean isConvertCancelled()


Copyright © 2011. All Rights Reserved.