Searched refs:actionindex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLoad.java67 resetIndex = mytop.actionindex;
103 nameserviceCombo.setSelectedIndex(mytop.actionindex);
118 mytop.actionindex = nameserviceCombo.getSelectedIndex();
119 if (mytop.actionindex == 0) {
121 } else if (mytop.actionindex == 1) {
123 } else if (mytop.actionindex == 4) {
H A DpmTop.java88 int actionindex = 0; field in class:pmTop

Completed in 45 milliseconds