| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.ceditor.EditorPageableFactory
public class EditorPageableFactory
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 | 
|---|
public EditorPageableFactory()
| Method Detail | 
|---|
public java.awt.print.Pageable create(java.lang.Object object,
                                      java.awt.print.PageFormat pageFormat)
create(Context, Object, PageFormat)Pageable instance for the given object.create in interface PageableFactoryobject - the node objectpageFormat - the page format for printing
public java.awt.print.Pageable create(Context context,
                                      java.lang.Object object,
                                      java.awt.print.PageFormat pageFormat)
Pageable instance for the given object.create in interface PageableFactorycontext - the IDE contextobject - the node objectpageFormat - the page format for printing
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||