Uses of Class
lhmc.gui.LHMCGUI

Packages that use LHMCGUI
lhmc.gui   
lhmc.gui.plugingui   
lhmc.gui.thumbnailsbrowser   
lhmc.plugins   
 

Uses of LHMCGUI in lhmc.gui
 

Constructors in lhmc.gui with parameters of type LHMCGUI
MainMenu(LHMCGUI mainFrame)
          Constructs the menu.
 

Uses of LHMCGUI in lhmc.gui.plugingui
 

Methods in lhmc.gui.plugingui that return LHMCGUI
 LHMCGUI PluginGUI.getMainFrame()
          Gets the main frame to mainFrame.
 

Methods in lhmc.gui.plugingui with parameters of type LHMCGUI
 void PluginGUI.setMainFrame(LHMCGUI mainFrame)
          Sets the main frame to mainFrame.
 

Uses of LHMCGUI in lhmc.gui.thumbnailsbrowser
 

Fields in lhmc.gui.thumbnailsbrowser declared as LHMCGUI
protected  LHMCGUI ThumbnailsBrowser.mainFrame
           
 

Constructors in lhmc.gui.thumbnailsbrowser with parameters of type LHMCGUI
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.
 

Uses of LHMCGUI in lhmc.plugins
 

Fields in lhmc.plugins declared as LHMCGUI
protected  LHMCGUI Plugin.backupFrame
           
protected  LHMCGUI Plugin.mainFrame
           
 

Methods in lhmc.plugins with parameters of type LHMCGUI
 void Plugin.setMainFrame(LHMCGUI mainFrame)
          Sets the main frame to mainFrame.