Class AnnotationViewerDialog.InteractiveFilter

  • All Implemented Interfaces:
    java.io.FilenameFilter
    Enclosing class:
    AnnotationViewerDialog

    static class AnnotationViewerDialog.InteractiveFilter
    extends java.lang.Object
    implements java.io.FilenameFilter
    Filter to not show the two interactive-mode directories in the file list.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String filenameFilter  
    • Constructor Summary

      Constructors 
      Constructor Description
      InteractiveFilter​(java.lang.String filenameFilter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.io.File dir, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filenameFilter

        private final java.lang.String filenameFilter
    • Constructor Detail

      • InteractiveFilter

        public InteractiveFilter​(java.lang.String filenameFilter)
    • Method Detail

      • accept

        public boolean accept​(java.io.File dir,
                              java.lang.String name)
        Specified by:
        accept in interface java.io.FilenameFilter