Package implementation.gui.model
Class SearchHistoryElement
- java.lang.Object
-
- implementation.gui.model.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
-
-
Constructor Summary
Constructors Constructor Description SearchHistoryElement(boolean caseSens, boolean safeMode, boolean bNode, java.lang.String filter)
Base constructor with every attributes neededSearchHistoryElement(SearchHistoryElement other)
Constructor by copy
-
Method Summary
Modifier and Type Method Description java.lang.String
getFilter()
boolean
isbNode()
boolean
isCaseSens()
boolean
isSafeMode()
-
-
-
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
-
-