Uses of Annotation Interface
com.datalogics.metadata.Callback
Packages that use Callback
-
Uses of Callback in com.datalogics.PDFL
Methods in com.datalogics.PDFL with annotations of type CallbackModifier and TypeMethodDescriptionvoidProgressMonitor.beginOperation()Initializes the progress monitor and displays it with a current value of zero.booleanCancelProc.Call()booleanbooleanPrintCancelProc.Call()voidPrintProgressProc.Call(int page, int total, float stagePercent, String info, PrintProgressStage stage) voidRenderProgressProc.Call(float stagePercent, String info, RenderProgressStage stage) voidReportProc.Call(ReportType reportType, String message, String replacementText) booleanWordProc.Call(WordFinder wordFinder, Word wInfo, int pgNum) voidProgressMonitor.endOperation()Draws the progress monitor with its current value set to the progress monitor's duration (a full progress monitor), then removes the progress monitor from the display.intProgressMonitor.getCurrentValue()The current value of the progress monitor.intProgressMonitor.getDuration()The progress monitor's duration.voidProgressMonitor.setCurrentValue(int currentValue) Sets the current value of the progress monitor and updates the display.voidProgressMonitor.setDuration(int duration) Sets the value that corresponds to a full progress monitor display.voidDisplay a text string in the progress monitor.