Uses of Interface
net.ontopia.topicmaps.nav2.plugins.PluginIF
-
Packages that use PluginIF Package Description net.ontopia.infoset.fulltext.topicmaps.nav.plugins net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.topicmaps.nav2.plugins Contains the interface which all plugins must implement, as well as some reusable implementations of that interface.net.ontopia.topicmaps.schema.impl.osl.nav.plugins -
-
Uses of PluginIF in net.ontopia.infoset.fulltext.topicmaps.nav.plugins
Classes in net.ontopia.infoset.fulltext.topicmaps.nav.plugins that implement PluginIF Modifier and Type Class Description class
FulltextPlugin
-
Uses of PluginIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return PluginIF Modifier and Type Method Description PluginIF
NavigatorConfigurationIF. getPlugin(String id)
Returns plugin object for specified identifier.Methods in net.ontopia.topicmaps.nav2.core with parameters of type PluginIF Modifier and Type Method Description void
NavigatorConfigurationIF. addPlugin(PluginIF aPlugin)
Add a plugin to list of known plugins. -
Uses of PluginIF in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that return PluginIF Modifier and Type Method Description PluginIF
BrokenNavigatorConfiguration. getPlugin(String id)
PluginIF
NavigatorConfiguration. getPlugin(String id)
Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type PluginIF Modifier and Type Method Description void
BrokenNavigatorConfiguration. addPlugin(PluginIF aPlugin)
void
NavigatorConfiguration. addPlugin(PluginIF aPlugin)
-
Uses of PluginIF in net.ontopia.topicmaps.nav2.plugins
Classes in net.ontopia.topicmaps.nav2.plugins that implement PluginIF Modifier and Type Class Description class
DefaultPlugin
INTERNAL: This is the plugin implementation that is used if no other implementation is requested in the plugin.xml file.class
GooglePlugin
INTERNAL: Plugin implementation for a Google search Link resp.class
RDF2TMPlugin
INTERNAL: Simple implementation of the RDF2TM plug-in.class
ReloadPlugin
INTERNAL: Plugin implementation for a Reload Link resp.class
TextPlugin
INTERNAL: Plugin that returns the a text snippet.class
TopicMapLinkPlugin
INTERNAL: Plug-in that creates link to Omnigator topic map page.class
VizPlugin
INTERNAL: Simple extension of the DefaultPlugin used to block vizigation of certain topic maps that don't vizigate well. -
Uses of PluginIF in net.ontopia.topicmaps.schema.impl.osl.nav.plugins
Classes in net.ontopia.topicmaps.schema.impl.osl.nav.plugins that implement PluginIF Modifier and Type Class Description class
ValidationPlugin
-