Uses of Class
net.ontopia.topicmaps.nav2.utils.HistoryMap
-
Packages that use HistoryMap Package Description net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.framework The implementation of the Navigator Framework related interfaces. -
-
Uses of HistoryMap in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return HistoryMap Modifier and Type Method Description HistoryMapUserIF. getHistory()INTERNAL: Gets the last used objects (instances of Object, specialisation through the web application) which the user has visited.Methods in net.ontopia.topicmaps.nav2.core with parameters of type HistoryMap Modifier and Type Method Description voidUserIF. setHistory(HistoryMap hm)INTERNAL: Sets the last used objects that are in relation to the user and his path through the web application. -
Uses of HistoryMap in net.ontopia.topicmaps.nav2.impl.framework
Fields in net.ontopia.topicmaps.nav2.impl.framework declared as HistoryMap Modifier and Type Field Description protected HistoryMapUser. historyprotected HistoryMapUser. logMethods in net.ontopia.topicmaps.nav2.impl.framework that return HistoryMap Modifier and Type Method Description HistoryMapUser. getHistory()Methods in net.ontopia.topicmaps.nav2.impl.framework with parameters of type HistoryMap Modifier and Type Method Description voidUser. setHistory(HistoryMap history)
-