Extension SDK 9.0.5

oracle.jdeveloper.ceditor
Class EditorPageableFactory

java.lang.Object
  extended byoracle.jdeveloper.ceditor.EditorPageableFactory
All Implemented Interfaces:
PageableFactory

public class EditorPageableFactory
extends java.lang.Object
implements PageableFactory

The EditorPageableFactory is a PageableFactory implementation which generates a Pageable instance for printing the contents of a Code Editor. Although this is a public class, this is part of the Code Editor implementation, and should not be referenced by clients.


Constructor Summary
EditorPageableFactory()
           
 
Method Summary
 java.awt.print.Pageable create(java.lang.Object object, java.awt.print.PageFormat pageFormat)
          Create a new Pageable instance for the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorPageableFactory

public EditorPageableFactory()
Method Detail

create

public java.awt.print.Pageable create(java.lang.Object object,
                                      java.awt.print.PageFormat pageFormat)
Create a new Pageable instance for the given object.

Specified by:
create in interface PageableFactory
Parameters:
object - the node object
pageFormat - the page format for printing
Returns:
the pageable instance

Extension SDK

 

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