Updated menu item name to indicate that a window is opened when selecting it.

This commit is contained in:
Adam Dunkels 2012-06-04 13:36:04 +02:00
parent 4868a172be
commit 187364560c
4 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ import se.sics.cooja.util.StringUtils;
* *
* @author Fredrik Osterlind * @author Fredrik Osterlind
*/ */
@ClassDescription("Cooja Mote Type") @ClassDescription("Cooja mote...")
@AbstractionLevelDescription("OS level") @AbstractionLevelDescription("OS level")
public class ContikiMoteType implements MoteType { public class ContikiMoteType implements MoteType {
private static Logger logger = Logger.getLogger(ContikiMoteType.class); private static Logger logger = Logger.getLogger(ContikiMoteType.class);

View file

@ -52,7 +52,7 @@ import se.sics.cooja.util.ArrayUtils;
/** /**
* @author Fredrik Osterlind * @author Fredrik Osterlind
*/ */
@ClassDescription("Imported App Mote Type") @ClassDescription("Import Java mote...")
@AbstractionLevelDescription("Application level") @AbstractionLevelDescription("Application level")
public class ImportAppMoteType extends AbstractApplicationMoteType { public class ImportAppMoteType extends AbstractApplicationMoteType {

View file

@ -107,7 +107,7 @@ import se.sics.cooja.util.StringUtils;
/** /**
* @author Fredrik Osterlind, Niclas Finne * @author Fredrik Osterlind, Niclas Finne
*/ */
@ClassDescription("Buffer Listener") @ClassDescription("Buffer view...")
@PluginType(PluginType.SIM_PLUGIN) @PluginType(PluginType.SIM_PLUGIN)
public class BufferListener extends VisPlugin { public class BufferListener extends VisPlugin {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View file

@ -47,7 +47,7 @@ import se.sics.cooja.interfaces.*;
* *
* @author Fredrik Osterlind * @author Fredrik Osterlind
*/ */
@ClassDescription("Event Listener") @ClassDescription("Breakpoints...")
@PluginType(PluginType.SIM_PLUGIN) @PluginType(PluginType.SIM_PLUGIN)
public class EventListener extends VisPlugin { public class EventListener extends VisPlugin {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;