See: Description
Interface | Description |
---|---|
IncludePluginIF |
INTERNAL: Marker interface used to indicate that the generateHTML
method returns a local URI reference that is to be included and
used to render the plug-in.
|
PluginIF |
INTERNAL: The common interface for all navigator plugin objects.
|
Class | Description |
---|---|
DefaultPlugin |
INTERNAL: This is the plugin implementation that is used if no
other implementation is requested in the plugin.xml file.
|
GooglePlugin |
INTERNAL: Plugin implementation for a Google search Link resp.
|
PluginComparator |
INTERNAL: Compares two objects which are classes that implement the
PluginIF interface.
|
PluginConfigFactory |
INTERNAL.
|
PluginContentHandler |
INTERNAL: A Content Handler for reading in a Plug-in Configuration
file (plugin.xml) which contains detailed information about one (or
more) Plug-in(s).
|
PluginUtils |
INTERNAL: Helper class for providing convenience methods to access
plugin and plugin group members.
|
PNGTreeServlet |
INTERNAL: Servlet that returns a PNG image.
|
RDF2TMPlugin |
INTERNAL: Simple implementation of the RDF2TM plug-in.
|
ReloadPlugin |
INTERNAL: Plugin implementation for a Reload Link resp.
|
TextPlugin |
INTERNAL: Plugin that returns the a text snippet.
|
TopicMapLinkPlugin |
INTERNAL: Plug-in that creates link to Omnigator topic map page.
|
VizPlugin |
INTERNAL: Simple extension of the DefaultPlugin used to block
vizigation of certain topic maps that don't vizigate well.
|
Contains the interface which all plugins must implement, as well as some reusable implementations of that interface. (Along with a couple of implementations of specific plugins.)