|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginIF | |
---|---|
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 | |
---|---|
class |
FulltextPlugin
|
Uses of PluginIF in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core that return PluginIF | |
---|---|
PluginIF |
NavigatorConfigurationIF.getPlugin(java.lang.String id)
Returns plugin object for specified identifier. |
Methods in net.ontopia.topicmaps.nav2.core with parameters of type PluginIF | |
---|---|
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 | |
---|---|
PluginIF |
NavigatorConfiguration.getPlugin(java.lang.String id)
|
PluginIF |
BrokenNavigatorConfiguration.getPlugin(java.lang.String id)
|
Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type PluginIF | |
---|---|
void |
NavigatorConfiguration.addPlugin(PluginIF aPlugin)
|
void |
BrokenNavigatorConfiguration.addPlugin(PluginIF aPlugin)
|
Uses of PluginIF in net.ontopia.topicmaps.nav2.plugins |
---|
Classes in net.ontopia.topicmaps.nav2.plugins that implement PluginIF | |
---|---|
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 | |
---|---|
class |
ValidationPlugin
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |