Inheritance diagram for org.openmobileis.modules.common.history.FODBHistoryManager:
History is a fixed length stack. They are use to remember user action for example a search result. History is identified with a name and a size. The name identify the history. The maxsize : size of the history. Old entry are removed if size exceed maxside
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Definition at line 59 of file FODBHistoryManager.java.
Public Member Functions | |
FODBHistoryManager (String name, int maxsize) | |
void | addUID (String uid) |
void | removeUID (String uid) |
Array | getAll () |
String | getHistoryName () |