Class InMemoryHistoryManager<T>
java.lang.Object
com.dlsc.gemsfx.util.HistoryManager<T>
com.dlsc.gemsfx.util.InMemoryHistoryManager<T>
- Type Parameters:
T- the type of objects to store in the history list
A simple history manager that does not persist its items anywhere. The history will
always be clear after an application restart.
-
Property Summary
Properties inherited from class HistoryManager
filter, maxHistorySize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HistoryManager
add, add, clear, filterProperty, getAllUnmodifiable, getFilter, getMaxHistorySize, maxHistorySizeProperty, remove, remove, set, setFilter, setMaxHistorySize
-
Constructor Details
-
InMemoryHistoryManager
public InMemoryHistoryManager()
-
-
Method Details
-
loadHistory
protected void loadHistory()- Specified by:
loadHistoryin classHistoryManager<T>
-
storeHistory
protected void storeHistory()- Specified by:
storeHistoryin classHistoryManager<T>
-