Updated menu item name to indicate that a window is opened when selecting it.
This commit is contained in:
parent
4868a172be
commit
187364560c
@ -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);
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user