Checks if the input is a command. @return result of check
()
| 119 | * @return result of check |
| 120 | */ |
| 121 | private boolean cmdMode() { |
| 122 | final int mode = gui.gopts.get(GUIOptions.SEARCHMODE); |
| 123 | return mode == 2 || gui.context.data() == null; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Checks if the input is a query. |
no test coverage detected