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

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

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

Author:
Daniel Murphy
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
PreviewModel()
           
 
Method Summary
 String getFilename()
           
 String getFileString()
           
 void setFilename(String argFilename)
           
 void setFileString(String argFileString)
           
 
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

PreviewModel

public PreviewModel()
Method Detail

setFileString

public void setFileString(String argFileString)

getFileString

public String getFileString()

setFilename

public void setFilename(String argFilename)

getFilename

public String getFilename()


Copyright © 2011. All Rights Reserved.