Uses of Interface
marg.gui.RobotModule

Packages that use RobotModule
marg.gui   
 

Uses of RobotModule in marg.gui
 

Classes in marg.gui that implement RobotModule
 class ModuleTabs
           
 

Methods in marg.gui that return RobotModule
 RobotModule MainGUIHandler.getModuleByName(java.lang.String moduleName)
           
 

Methods in marg.gui that return types with arguments of type RobotModule
 java.util.Collection<RobotModule> MainGUIHandler.getAllModules()
           
 

Methods in marg.gui with parameters of type RobotModule
 void ModuleMenu.addModule(RobotModule module)
           
 void MainGUIHandler.addModuleMapping(RobotModule module)