Uses of Class
lhmc.plugins.PluginFactory

Packages that use PluginFactory
lhmc.gui.plugingui   
lhmc.gui.thumbnailsbrowser   
 

Uses of PluginFactory in lhmc.gui.plugingui
 

Methods in lhmc.gui.plugingui that return PluginFactory
 PluginFactory PluginGUI.getPluginFactory()
          Gets the plugin factory.
 

Uses of PluginFactory in lhmc.gui.thumbnailsbrowser
 

Fields in lhmc.gui.thumbnailsbrowser declared as PluginFactory
protected  PluginFactory ThumbnailsBrowser.pluginFactory
           
 

Constructors in lhmc.gui.thumbnailsbrowser with parameters of type PluginFactory
ThumbnailsBrowser(java.net.URL rootFile, java.io.FileFilter fileFilter, PluginFactory pluginFactory, LHMCGUI mainFrame)
          Constructs the thumbanail browser panel.
ThumbnailsBrowser(java.net.URL rootFile, java.net.URL[] initialRemovableFiles, java.io.FileFilter fileFilter, PluginFactory pluginFactory, LHMCGUI mainFrame)
          Constructs the thumbanail browser panel for removable devices.