Interface SimpleRevisionComparePresenter.FileHandler

  • Enclosing class:
    SimpleRevisionComparePresenter

    public static interface SimpleRevisionComparePresenter.FileHandler
    This interface is used by the SimpleRevisionComparePresenter to handle the file loading.
    Author:
    Tim Janus
    • Method Summary

      Modifier and Type Method Description
      java.io.File getCurrentDiretory()  
      javax.swing.filechooser.FileFilter getFilter()  
      java.io.Reader load​(java.io.File file)  
    • Method Detail

      • load

        java.io.Reader load​(java.io.File file)
      • getFilter

        javax.swing.filechooser.FileFilter getFilter()
      • getCurrentDiretory

        java.io.File getCurrentDiretory()