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

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

public class SavingDialogModel
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
SavingDialogModel()
           
 
Method Summary
 String getSavingFilename()
           
 int getSavingPercent()
           
 void setSavingFilename(String argSavingFilename)
           
 void setSavingPercent(int argSavingPercent)
           
 
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

SavingDialogModel

public SavingDialogModel()
Method Detail

setSavingPercent

public void setSavingPercent(int argSavingPercent)

getSavingPercent

public int getSavingPercent()

setSavingFilename

public void setSavingFilename(String argSavingFilename)

getSavingFilename

public String getSavingFilename()


Copyright © 2011. All Rights Reserved.