org.jhotdraw.app
Interface PrintableView
- All Superinterfaces:
- View
public interface PrintableView
- extends View
The interface of a View which can print its document.
Design Patterns
Framework
The interfaces and classes listed below define together the contracts
of a smaller framework inside of the JHotDraw framework for document oriented
applications.
Contract: PrintableView, PrintAction.
- Version:
- $Id: PrintableView.java 527 2009-06-07 14:28:19Z rawcoder $
- Author:
- Werner Randelshofer
| Methods inherited from interface org.jhotdraw.app.View |
activate, addDisposable, addPropertyChangeListener, canSaveTo, clear, deactivate, dispose, execute, getAction, getApplication, getComponent, getFile, getMultipleOpenId, getOpenChooser, getSaveChooser, getTitle, hasUnsavedChanges, init, isEnabled, isShowing, markChangesAsSaved, putAction, read, removePropertyChangeListener, setApplication, setEnabled, setFile, setMultipleOpenId, setShowing, setTitle, start, stop, write |
createPageable
java.awt.print.Pageable createPageable()