(Mark mark)
| 1146 | } |
| 1147 | |
| 1148 | protected void restoreMark(Mark mark) { |
| 1149 | if (mark != null) { |
| 1150 | doc.gotoLocation(mark.loc, null); |
| 1151 | pageCanvas.requestFocusInWindow(); |
| 1152 | } |
| 1153 | } |
| 1154 | |
| 1155 | protected void pushHistory() { |
| 1156 | if (historyCount > 0 && location.equals(history[historyCount - 1].loc)) |
no test coverage detected