Sets the current context and marked node set and resets the focus. @param curr context set @param mark marked nodes
(final DBNodes curr, final DBNodes mark)
| 246 | * @param mark marked nodes |
| 247 | */ |
| 248 | public void set(final DBNodes curr, final DBNodes mark) { |
| 249 | current = curr; |
| 250 | marked = mark; |
| 251 | focused = -1; |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Invalidates the current node set. Will be recreated once it is requested. |