JHotDraw 7.5.1

org.jhotdraw.app
Interface PrintableView

All Superinterfaces:
Disposable, View

@NotNull
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.
Client: PrintFileAction.


Version:
$Id: PrintableView.java 654 2010-06-25 13:27:08Z rawcoder $
Author:
Werner Randelshofer

Field Summary
 
Fields inherited from interface org.jhotdraw.app.View
APPLICATION_PROPERTY, ENABLED_PROPERTY, HAS_UNSAVED_CHANGES_PROPERTY, MULTIPLE_OPEN_ID_PROPERTY, SHOWING_PROPERTY, TITLE_PROPERTY, URI_PROPERTY
 
Method Summary
 java.awt.print.Pageable createPageable()
           
 
Methods inherited from interface org.jhotdraw.app.View
activate, addDisposable, addPropertyChangeListener, canSaveTo, clear, deactivate, dispose, execute, getActionMap, getApplication, getComponent, getMultipleOpenId, getTitle, getURI, hasUnsavedChanges, init, isEnabled, isShowing, markChangesAsSaved, read, removeDisposable, removePropertyChangeListener, setActionMap, setApplication, setEnabled, setMultipleOpenId, setShowing, setTitle, setURI, start, stop, write
 

Method Detail

createPageable

java.awt.print.Pageable createPageable()

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.