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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java71 int historyIndex; field in class:pmHelpDetailPanel
115 historyIndex = 0;
156 historyIndex + " last = " +
162 history[historyIndex].pos = viewPanel.getPos();
164 Debug.info("back: pos is " + history[historyIndex].pos);
166 if (historyIndex > 1) {
167 pmHelpLoc l = history [--historyIndex];
172 viewPanel.setNavButtons(historyIndex, historyLast);
177 historyIndex +
182 history[historyIndex]
[all...]

Completed in 106 milliseconds