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

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

public class GuessFormatDialogModel
extends com.dmurph.mvc.model.AbstractModel

Author:
sbr00pwb
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
GuessFormatDialogModel()
           
 
Method Summary
 int getProgressPercent()
           
 boolean isCancelled()
           
 void setCancelled(boolean argCancelled)
           
 void setProgressPercent(int argProgressPercent)
           
 
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

GuessFormatDialogModel

public GuessFormatDialogModel()
Method Detail

setProgressPercent

public void setProgressPercent(int argProgressPercent)

getProgressPercent

public int getProgressPercent()

setCancelled

public void setCancelled(boolean argCancelled)

isCancelled

public boolean isCancelled()


Copyright © 2011. All Rights Reserved.