Class GitProgressBuffer

All Implemented Interfaces:
IExtendable, ImageObserver, MenuContainer, Serializable, Accessible, org.eclipse.jgit.lib.ProgressMonitor

public class GitProgressBuffer extends BufferPanel implements org.eclipse.jgit.lib.ProgressMonitor
Frame for displaying progress from a git command.
See Also:
  • Constructor Details

    • GitProgressBuffer

      public GitProgressBuffer(String title)
  • Method Details

    • createWindow

      public CommonModuleFrame createWindow()
    • getBufferPanel

      public BufferPanel getBufferPanel()
    • getPrinter

      public PrintWriter getPrinter()
    • getErrPrinter

      public PrintWriter getErrPrinter()
    • start

      public void start(int totalTasks)
      Specified by:
      start in interface org.eclipse.jgit.lib.ProgressMonitor
    • beginTask

      public void beginTask(String title, int totalWork)
      Specified by:
      beginTask in interface org.eclipse.jgit.lib.ProgressMonitor
    • update

      public void update(int completed)
      Specified by:
      update in interface org.eclipse.jgit.lib.ProgressMonitor
    • endTask

      public void endTask()
      Specified by:
      endTask in interface org.eclipse.jgit.lib.ProgressMonitor
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.eclipse.jgit.lib.ProgressMonitor