Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.ceditor
Class EditorPageableFactory

java.lang.Object
  extended by oracle.ide.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(Context context, java.lang.Object object, java.awt.print.PageFormat pageFormat)
          Create a new Pageable instance for the given object.
 java.awt.print.Pageable create(java.lang.Object object, java.awt.print.PageFormat pageFormat)
          Deprecated. use create(Context, Object, PageFormat)

 

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)
Deprecated. use create(Context, Object, 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

create

public java.awt.print.Pageable create(Context context,
                                      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:
context - the IDE context
object - the node object
pageFormat - the page format for printing
Returns:
the pageable instance

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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