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 classFulltextPlugin -
Uses of PluginIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return PluginIF Modifier and Type Method Description PluginIFNavigatorConfigurationIF. 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 voidNavigatorConfigurationIF. 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 PluginIFBrokenNavigatorConfiguration. getPlugin(String id)PluginIFNavigatorConfiguration. getPlugin(String id)Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type PluginIF Modifier and Type Method Description voidBrokenNavigatorConfiguration. addPlugin(PluginIF aPlugin)voidNavigatorConfiguration. 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 classDefaultPluginINTERNAL: This is the plugin implementation that is used if no other implementation is requested in the plugin.xml file.classGooglePluginINTERNAL: Plugin implementation for a Google search Link resp.classRDF2TMPluginINTERNAL: Simple implementation of the RDF2TM plug-in.classReloadPluginINTERNAL: Plugin implementation for a Reload Link resp.classTextPluginINTERNAL: Plugin that returns the a text snippet.classTopicMapLinkPluginINTERNAL: Plug-in that creates link to Omnigator topic map page.classVizPluginINTERNAL: 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 classValidationPlugin
-