| edu.rice.cs.drjava.ui.PreviewFrame edu.rice.cs.drjava.ui.PreviewConsoleFrame
PreviewConsoleFrame | public class PreviewConsoleFrame extends PreviewFrame (Code) | | DrJava's print preview window for a console document (interactions or console)
version: $Id: PreviewConsoleFrame.java 4255 2007-08-28 19:17:37Z mgricken $ |
PreviewConsoleFrame | public PreviewConsoleFrame(SingleDisplayModel model, MainFrame mainFrame, boolean interactions) throws IllegalStateException(Code) | | Contructs a new PreviewConsoleFrame using a parent model and a MainFrame. The boolean determines whether
the document to be printed is an interactions document. Should be called in event thread.
|
_print | protected void _print()(Code) | | |
setUpDocument | protected Pageable setUpDocument(SingleDisplayModel model, boolean interactions)(Code) | | Sets up the document to be displayed and returns the Pageable object that allows display by pages
Parameters: model - the current display model Parameters: interactions - whether the document is an interactions document a Pageable object that allows the document to be displayed by pages |
|
|