|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPrintContext | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.context.impl | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.ui.features |
Uses of IPrintContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IPrintContext | |
---|---|
boolean |
IPrintFeature.canPrint(IPrintContext context)
Checks if the printing can be executed, e.g the availability of printers is being checked in the default implementation. |
void |
IPrintFeature.postPrint(IPrintContext context)
Post-print hook. |
void |
IPrintFeature.prePrint(IPrintContext context)
Pre-print hook. |
void |
IPrintFeature.print(IPrintContext context)
Print the diagram using the given context information. |
Uses of IPrintContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IPrintContext | |
---|---|
class |
PrintContext
The Class PrintContext. |
Uses of IPrintContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IPrintContext | |
---|---|
boolean |
AbstractPrintFeature.canPrint(IPrintContext context)
Checks if this feature can execute. |
void |
AbstractPrintFeature.postPrint(IPrintContext context)
Hook method for executing stuff that needs to be done after actually printing a diagram. |
void |
AbstractPrintFeature.prePrint(IPrintContext context)
Hook method for executing stuff that needs to be done before actually printing a diagram. |
Uses of IPrintContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IPrintContext | |
---|---|
protected GraphicalViewer |
DefaultPrintFeature.getGraphicalViewer(IPrintContext context)
Must return a GraphicalViewer that contains the diagram to be
printed. |
protected PrinterData |
DefaultPrintFeature.getPrinterData(IPrintContext context)
Creates the PrinterData information used for this print feature. |
void |
DefaultPrintFeature.print(IPrintContext context)
Performs the print operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |