com.icesoft.pdf.ri.common
Class ViewModel
java.lang.Object
com.icesoft.pdf.ri.common.ViewModel
- public class ViewModel
- extends Object
Data model for the view, which maintains state on how a Document is being
presented to the user.
- Since:
- 2.0
- Author:
- Mark Collette
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewModel
public ViewModel()
getDefaultFilePath
public static String getDefaultFilePath()
getDefaultURL
public static String getDefaultURL()
setDefaultFilePath
public static void setDefaultFilePath(String defFilePath)
setDefaultURL
public static void setDefaultURL(String defURL)
getPageFormat
public PageFormat getPageFormat()
setPageFormat
public void setPageFormat(PageFormat pf)
getPrinterJob
public PrinterJob getPrinterJob()
- Gets the current
PrinterJob object.
- Returns:
- view model's current
PrinterJob object.