Uses of Annotation Interface
com.datalogics.metadata.Callback

Packages that use Callback
Package
Description
 
  • Uses of Callback in com.datalogics.PDFL

    Methods in com.datalogics.PDFL with annotations of type Callback
    Modifier and Type
    Method
    Description
    void
    ProgressMonitor.beginOperation()
    Initializes the progress monitor and displays it with a current value of zero.
    boolean
    CancelProc.Call()
     
    boolean
    PDFObjectEnumProc.Call(PDFObject pdfObject, PDFObject pdfObjectValue)
     
    boolean
    PrintCancelProc.Call()
     
    void
    PrintProgressProc.Call(int page, int total, float stagePercent, String info, PrintProgressStage stage)
     
    void
    RenderProgressProc.Call(float stagePercent, String info, RenderProgressStage stage)
     
    void
    ReportProc.Call(ReportType reportType, String message, String replacementText)
     
    boolean
    WordProc.Call(WordFinder wordFinder, Word wInfo, int pgNum)
     
    void
    ProgressMonitor.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.
    int
    ProgressMonitor.getCurrentValue()
    The current value of the progress monitor.
    int
    ProgressMonitor.getDuration()
    The progress monitor's duration.
    void
    ProgressMonitor.setCurrentValue(int currentValue)
    Sets the current value of the progress monitor and updates the display.
    void
    ProgressMonitor.setDuration(int duration)
    Sets the value that corresponds to a full progress monitor display.
    void
    ProgressMonitor.setText(String text)
    Display a text string in the progress monitor.