Uses of Interface
net.ontopia.topicmaps.nav2.core.LinkGeneratorIF
-
Packages that use LinkGeneratorIF Package Description net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.topicmaps.nav2.impl.framework The implementation of the Navigator Framework related interfaces. -
-
Uses of LinkGeneratorIF in net.ontopia.topicmaps.nav2.impl.basic
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement LinkGeneratorIF Modifier and Type Class Description class
DefaultUniversalLinkGenerator
INTERNAL: Default link generator which produces links to any kind of topic map object. -
Uses of LinkGeneratorIF in net.ontopia.topicmaps.nav2.impl.framework
Classes in net.ontopia.topicmaps.nav2.impl.framework that implement LinkGeneratorIF Modifier and Type Class Description class
ModelLinkGenerator
INTERNAL: class which implements interface LinkGeneratorIF.
-