Searched defs:addTool (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DJDBToolBar.java62 addTool("Run application", "run", "run");
63 addTool("Connect to application", "connect", "connect");
66 addTool("Step into next line", "step", "step");
67 addTool("Step over next line", "next", "next");
70 // addTool("Step into next instruction", "stepi", "stepi");
71 // addTool("Step over next instruction", "nexti", "nexti");
74 addTool("Step out of current method call", "step up", "step up");
77 addTool("Suspend execution", "interrupt", "interrupt");
78 addTool("Continue execution", "cont", "cont");
81 // addTool("Displa
97 private void addTool(String toolTip, String labelText, String command) { method in class:JDBToolBar
[all...]
H A DJDBMenuBar.java74 addTool(fileMenu, "Exit debugger", "Exit", "exit");
78 addTool(cmdMenu, "Step into next line", "Step", "step");
79 addTool(cmdMenu, "Step over next line", "Next", "next");
82 addTool(cmdMenu, "Step into next instruction",
84 addTool(cmdMenu, "Step over next instruction",
88 addTool(cmdMenu, "Step out of current method call",
92 addTool(cmdMenu, "Suspend execution", "Interrupt", "interrupt");
93 addTool(cmdMenu, "Continue execution", "Continue", "cont");
96 addTool(cmdMenu, "Display current stack", "Where", "where");
99 addTool(cmdMen
185 private void addTool(JMenu menu, String toolTip, String labelText, method in class:JDBMenuBar
[all...]
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js534 function addTool(menuItem, action, accel) { function
612 * called "addTool" to add new menu item to "Tools" menu.
617 addTool: addTool

Completed in 66 milliseconds