Class HyperSearchFolderNode


  • public class HyperSearchFolderNode
    extends java.lang.Object
    A folder in the HyperSearch results window. used when using the expanded view
    • Constructor Summary

      Constructors 
      Constructor Description
      HyperSearchFolderNode​(java.io.File nodeFile, boolean showFullPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getNodeFile()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HyperSearchFolderNode

        public HyperSearchFolderNode​(java.io.File nodeFile,
                                     boolean showFullPath)
    • Method Detail

      • getNodeFile

        public java.io.File getNodeFile()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object