public class EditorPageableFactory extends java.lang.Object implements PageableFactory
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 and Description |
---|
EditorPageableFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 PageableFactory
object
- the node objectpageFormat
- the page format for printingpublic 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 PageableFactory
context
- the IDE contextobject
- the node objectpageFormat
- the page format for printing