Uses of Interface
marg.gui.plugin.ModulePlugin

Packages that use ModulePlugin
marg   
marg.gui   
marg.gui.plugin   
 

Uses of ModulePlugin in marg
 

Classes in marg that implement ModulePlugin
 class ModulePluginJPanelTemplate
           
 class ModulePluginTemplate
          Insert description of this plugin
 

Uses of ModulePlugin in marg.gui
 

Methods in marg.gui with parameters of type ModulePlugin
 void ModuleTabs.addModulePlugin(ModulePlugin modPlugin)
           
 void RobotModule.addModulePlugin(ModulePlugin modPlugin)
          Adds a plugin to the module
 void ModuleTabs.removeModulePlugin(ModulePlugin modPlugin)
           
 void RobotModule.removeModulePlugin(ModulePlugin modPlugin)
          Removes a plugin from the module
 

Uses of ModulePlugin in marg.gui.plugin
 

Classes in marg.gui.plugin that implement ModulePlugin
 class SMRPlugin