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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java72 int historyLast; field in class:pmHelpDetailPanel
116 historyLast = 0;
157 historyLast +
172 viewPanel.setNavButtons(historyIndex, historyLast);
178 " last = " + historyLast +
186 if (historyIndex < historyLast) {
192 viewPanel.setNavButtons(historyIndex, historyLast);
233 ", last = " + historyLast);
236 if (historyIndex != 0 && historyLast != 0)
242 " last = " + historyLast
[all...]

Completed in 44 milliseconds