oracle.jdeveloper.ceditor
Class EditorPageableFactory
java.lang.Object
oracle.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.
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 |
EditorPageableFactory
public EditorPageableFactory()
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 objectpageFormat
- the page format for printing
- Returns:
- the pageable instance
Copyright © 1997, 2004, Oracle. All rights reserved.