Uses of Interface
org.xnap.plugin.Plugin

Packages that use Plugin
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui.menu Provides implementations of common menus. 
org.xnap.gui.viewer Provides interfaces and classes for viewer components. 
org.xnap.plugin Provides interfaces and classes for plugins. 
org.xnap.plugin.azureus   
org.xnap.plugin.bitzi   
org.xnap.plugin.calpahtml   
org.xnap.plugin.festival   
org.xnap.plugin.freeway   
org.xnap.plugin.gift   
org.xnap.plugin.gift.net   
org.xnap.plugin.joscar   
org.xnap.plugin.jtella A Gnutella plugin based on the JTella library. 
org.xnap.plugin.laf.alloy   
org.xnap.plugin.laf.eclipse   
org.xnap.plugin.laf.kunststoff   
org.xnap.plugin.laf.liquid   
org.xnap.plugin.laf.looks   
org.xnap.plugin.laf.technical   
org.xnap.plugin.limewire   
org.xnap.plugin.news   
org.xnap.plugin.openantivirus   
org.xnap.plugin.opennap Provides the OpenNap plugin classes. 
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.overnet   
org.xnap.plugin.overnet.net   
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
org.xnap.plugin.stats   
org.xnap.plugin.viewer.acrobatviewer   
org.xnap.plugin.viewer.imageviewer   
org.xnap.plugin.viewer.jmfplayer   
org.xnap.plugin.viewer.mp3tageditor   
org.xnap.plugin.viewer.textviewer   
org.xnap.plugin.viewer.videoinfo   
org.xnap.plugin.viewer.vorbisviewer   
org.xnap.plugin.viewer.zipviewer   
org.xnap.search Provides interfaces and classes that enable searching for files. 
org.xnap.transfer Provides interfaces and classes for transfers. 
 

Uses of Plugin in org.xnap.event
 

Methods in org.xnap.event with parameters of type Plugin
 void PluginAdapter.pluginDisabled(Plugin plugin)
           
 void PluginListener.pluginDisabled(Plugin plugin)
          Invoked when a plugin a been diabled.
 void PluginAdapter.pluginEnabled(Plugin plugin)
           
 void PluginListener.pluginEnabled(Plugin plugin)
          Invoked when a plugin has been enabled.
 

Uses of Plugin in org.xnap.gui.menu
 

Methods in org.xnap.gui.menu with parameters of type Plugin
 void EnablePluginsMenu.pluginDisabled(Plugin plugin)
           
 void EnablePluginsMenu.pluginEnabled(Plugin plugin)
           
 

Uses of Plugin in org.xnap.gui.viewer
 

Classes in org.xnap.gui.viewer that implement Plugin
 class AbstractViewer
          Provides the default implementation for a viewer.
 

Uses of Plugin in org.xnap.plugin
 

Classes in org.xnap.plugin that implement Plugin
 class AbstractLAFPlugin
          Provides the default implementation for look and feel plugin classes.
 class AbstractPlugin
          Provides the default implementation for plugin classes.
 class AbstractThemePlugin
          Provides the default implementation for theme plugin classes.
 

Methods in org.xnap.plugin that return Plugin
 Plugin PluginInfo.getPlugin()
          Returns a reference to the plugin.
 Plugin PluginManager.load(PluginInfo info)
          Loads the plugin described by info.
 

Methods in org.xnap.plugin with parameters of type Plugin
 void PluginManager.setEnabled(Plugin plugin, boolean enable)
           
 void PluginInfo.setPlugin(Plugin newValue)
          Sets the reference to the instanciated plugin for this info record to newValue.
 

Uses of Plugin in org.xnap.plugin.azureus
 

Classes in org.xnap.plugin.azureus that implement Plugin
 class AzureusPlugin
          Provides a gnutella network plugin based on the azureus library.
 

Methods in org.xnap.plugin.azureus that return Plugin
 Plugin AzureusDownload.getPlugin()
           
 Plugin AzureusDownloadContainer.getPlugin()
           
 Plugin AzureusPeerDownload.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.bitzi
 

Classes in org.xnap.plugin.bitzi that implement Plugin
 class BitziPlugin
          BitziPlugin
 

Uses of Plugin in org.xnap.plugin.calpahtml
 

Classes in org.xnap.plugin.calpahtml that implement Plugin
 class CalpaHtmlPlugin
          Provides a simple web browsing panel
 

Uses of Plugin in org.xnap.plugin.festival
 

Classes in org.xnap.plugin.festival that implement Plugin
 class FestivalPlugin
          Provides a simple text-to-speech plugin using festival.
 

Uses of Plugin in org.xnap.plugin.freeway
 

Classes in org.xnap.plugin.freeway that implement Plugin
 class FreewayPlugin
           
 

Methods in org.xnap.plugin.freeway that return Plugin
 Plugin FreewayDownload.getPlugin()
           
 Plugin FreewaySearchResult.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.gift
 

Classes in org.xnap.plugin.gift that implement Plugin
 class GiFTPlugin
          GiFTPlugin
 

Uses of Plugin in org.xnap.plugin.gift.net
 

Methods in org.xnap.plugin.gift.net that return Plugin
 Plugin GiFTDownload.getPlugin()
           
 Plugin GiFTDownloadContainer.getPlugin()
           
 Plugin GiFTSearchResult.getPlugin()
           
 Plugin GiFTUpload.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.joscar
 

Classes in org.xnap.plugin.joscar that implement Plugin
 class JOscarPlugin
          Provides a simple chat plugin for ICQ.
 

Uses of Plugin in org.xnap.plugin.jtella
 

Classes in org.xnap.plugin.jtella that implement Plugin
 class JTellaPlugin
          Provides a gnutella network plugin based on the jtella library.
 

Methods in org.xnap.plugin.jtella that return Plugin
 Plugin JTellaDownload.getPlugin()
           
 Plugin JTellaDownloadContainer.getPlugin()
           
 Plugin JTellaSearchResult.getPlugin()
          Returns the jtella plugin.
 

Uses of Plugin in org.xnap.plugin.laf.alloy
 

Classes in org.xnap.plugin.laf.alloy that implement Plugin
 class AlloyPlugin
           
 

Uses of Plugin in org.xnap.plugin.laf.eclipse
 

Classes in org.xnap.plugin.laf.eclipse that implement Plugin
 class EclipsePlugin
           
 

Uses of Plugin in org.xnap.plugin.laf.kunststoff
 

Classes in org.xnap.plugin.laf.kunststoff that implement Plugin
 class KunststoffPlugin
           
 

Uses of Plugin in org.xnap.plugin.laf.liquid
 

Classes in org.xnap.plugin.laf.liquid that implement Plugin
 class LiquidPlugin
           
 

Uses of Plugin in org.xnap.plugin.laf.looks
 

Classes in org.xnap.plugin.laf.looks that implement Plugin
 class LooksPlugin
           
 

Uses of Plugin in org.xnap.plugin.laf.technical
 

Classes in org.xnap.plugin.laf.technical that implement Plugin
 class TechnicalPlugin
           
 

Uses of Plugin in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement Plugin
 class LimeWirePlugin
          Provides a gnutella network plugin based on LimeWire.
 

Methods in org.xnap.plugin.limewire that return Plugin
 Plugin LimeWireDownload.getPlugin()
           
 Plugin LimeWireSearchResult.getPlugin()
          Returns the limewire plugin.
 Plugin LimeWireUpload.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.news
 

Classes in org.xnap.plugin.news that implement Plugin
 class NewsPlugin
          Provides a plugin fetching xnaps release news.
 

Uses of Plugin in org.xnap.plugin.openantivirus
 

Classes in org.xnap.plugin.openantivirus that implement Plugin
 class OAVPlugin
          Provides an anti-virus plugin based on OpenAntiVirus.
 

Uses of Plugin in org.xnap.plugin.opennap
 

Classes in org.xnap.plugin.opennap that implement Plugin
 class OpenNapPlugin
          Provides a plugin that can access multiple OpenNap servers.
 

Uses of Plugin in org.xnap.plugin.opennap.net
 

Methods in org.xnap.plugin.opennap.net that return Plugin
 Plugin OpenNapDirectBrowse.getPlugin()
           
 Plugin OpenNapDirectBrowseUpload.getPlugin()
           
 Plugin OpenNapDownload.getPlugin()
           
 Plugin OpenNapDownloadContainer.getPlugin()
           
 Plugin OpenNapSearchResult.getPlugin()
          Returns the OpenNap plugin.
 Plugin OpenNapUpload.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.overnet
 

Classes in org.xnap.plugin.overnet that implement Plugin
 class OvernetPlugin
          Provides a plugin that can control an overnet core.
 

Uses of Plugin in org.xnap.plugin.overnet.net
 

Methods in org.xnap.plugin.overnet.net that return Plugin
 Plugin OvernetDownload.getPlugin()
           
 Plugin OvernetSearchResult.getPlugin()
           
 Plugin OvernetUpload.getPlugin()
           
 

Uses of Plugin in org.xnap.plugin.pircbot
 

Classes in org.xnap.plugin.pircbot that implement Plugin
 class PircBotPlugin
          Provides an IRC chat plugin based on PircBot.
 

Uses of Plugin in org.xnap.plugin.stats
 

Classes in org.xnap.plugin.stats that implement Plugin
 class StatsPlugin
          Provides a plugin displaying various application statistics
 

Uses of Plugin in org.xnap.plugin.viewer.acrobatviewer
 

Classes in org.xnap.plugin.viewer.acrobatviewer that implement Plugin
 class AcrobatViewerPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.imageviewer
 

Classes in org.xnap.plugin.viewer.imageviewer that implement Plugin
 class ImageViewerPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.jmfplayer
 

Classes in org.xnap.plugin.viewer.jmfplayer that implement Plugin
 class JMFPlayerPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.mp3tageditor
 

Classes in org.xnap.plugin.viewer.mp3tageditor that implement Plugin
 class MP3TagEditorPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.textviewer
 

Classes in org.xnap.plugin.viewer.textviewer that implement Plugin
 class TextViewerPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.videoinfo
 

Classes in org.xnap.plugin.viewer.videoinfo that implement Plugin
 class VideoInfoPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.vorbisviewer
 

Classes in org.xnap.plugin.viewer.vorbisviewer that implement Plugin
 class VorbisViewerPlugin
           
 

Uses of Plugin in org.xnap.plugin.viewer.zipviewer
 

Classes in org.xnap.plugin.viewer.zipviewer that implement Plugin
 class ZipViewerPlugin
           
 

Uses of Plugin in org.xnap.search
 

Methods in org.xnap.search that return Plugin
 Plugin AbstractSearchResultContainer.getPlugin()
           
 Plugin MetaInfoFileSearchResult.getPlugin()
           
 Plugin SearchResult.getPlugin()
          Returns the originating plugin.
 

Uses of Plugin in org.xnap.transfer
 

Methods in org.xnap.transfer that return Plugin
 Plugin DccDownload.getPlugin()
           
 Plugin DccUpload.getPlugin()
           
 Plugin Transfer.getPlugin()
          Returns the plugin.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.