Extension SDK

oracle.jdevimpl.uieditor
Class UIEditorPrintFactory

java.lang.Object
  extended byoracle.ide.print.DocumentPrintFactory
      extended byoracle.jdevimpl.uieditor.UIEditorPrintFactory

public class UIEditorPrintFactory
extends DocumentPrintFactory


Field Summary
 
Fields inherited from class oracle.ide.print.DocumentPrintFactory
_pageable, _printManager
 
Constructor Summary
UIEditorPrintFactory()
           
 
Method Summary
 void create(Context context)
          The method that will be called by the PrintManager in response to the the print command.
 
Methods inherited from class oracle.ide.print.DocumentPrintFactory
isPrintingEnabled, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIEditorPrintFactory

public UIEditorPrintFactory()
Method Detail

create

public void create(Context context)
Description copied from class: DocumentPrintFactory
The method that will be called by the PrintManager in response to the the print command. The code which implements this will need to do the appropriate action based on the view that is being asked to print. For example, in the Navigator this call would need to determine which nodes are selected and of those, which are printable. For each node it would then get the Document for the node and call the PrintManager's method to create a Pageable for each document.

Overrides:
create in class DocumentPrintFactory

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.