public abstract class PrintActionHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<PrintActionHandler> |
EP_NAME |
Constructor and Description |
---|
PrintActionHandler() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canPrint(DataContext dataContext) |
static PrintActionHandler |
getHandler(DataContext dataContext) |
abstract void |
print(DataContext dataContext) |
public static final ExtensionPointName<PrintActionHandler> EP_NAME
public static PrintActionHandler getHandler(DataContext dataContext)
public abstract boolean canPrint(DataContext dataContext)
public abstract void print(DataContext dataContext)