[cooja] plugins/Visualizer: Updated quick help to match new control

capabilities
This commit is contained in:
Enrico Joerns 2014-04-10 18:24:14 +02:00
parent 22ac769781
commit ac61c45950
1 changed files with 14 additions and 10 deletions

View File

@ -1646,16 +1646,20 @@ public class Visualizer extends VisPlugin implements HasQuickHelp {
} }
public String getQuickHelp() { public String getQuickHelp() {
return return "<b>Network</b> "
"<b>Network</b> " + + "<p>The network window shows the positions of simulated motes. "
"<p>The network window shows the positions of simulated motes. " + + "<p>"
"It is possible to zoom (CRTL+Mouse drag) and pan (Shift+Mouse drag) the current view. Motes can be moved by dragging them. " + + "It is possible to zoom <em>(Mouse wheel)</em> and pan <em>(Shift+Mouse drag)</em> the current view. "
"Mouse right-click motes for options. " + + "Motes can be moved by dragging them. "
"<p>The network window supports different views. " + + "You can add/remove motes to/from selection <em>(CTRL+Left click)</em> "
"Each view provides some specific information, such as the IP addresses of motes. " + + "or use the rectangular selection tool <em>(CTRL+Mouse drag)</em>. "
"Multiple views can be active at the same time. " + + "Mouse right-click motes for options menu. "
"Use the View menu to select views. "; + "<p>"
}; + "The network window supports different views. "
+ "Each view provides some specific information, such as the IP addresses of motes. "
+ "Multiple views can be active at the same time. "
+ "Use the View menu to select views. ";
}
private class Selection { private class Selection {