Class SearchHistoryElement


  • public class SearchHistoryElement
    extends java.lang.Object
    Small item encapsulating everything needed for a search history Used by the "Previous" Button
    Author:
    nk-fouque
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getFilter()  
      boolean isbNode()  
      boolean isCaseSens()  
      boolean isSafeMode()  
      • Methods inherited from class java.lang.Object

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

      • SearchHistoryElement

        public SearchHistoryElement​(boolean caseSens,
                                    boolean safeMode,
                                    boolean bNode,
                                    java.lang.String filter)
        Base constructor with every attributes needed
      • SearchHistoryElement

        public SearchHistoryElement​(SearchHistoryElement other)
        Constructor by copy
    • Method Detail

      • isCaseSens

        public boolean isCaseSens()
      • isSafeMode

        public boolean isSafeMode()
      • isbNode

        public boolean isbNode()
      • getFilter

        public java.lang.String getFilter()