Home
last modified time | relevance | path

Searched refs:curPrListPos (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java128 private int curPrListPos = 0; field in KdcGui
973 curPrListPos = 0; in logout()
1028 curPrListPos = 0; in prPatternComplete()
1091 selectPrincipal(curPrListPos); in fillPrincipalList()
1111 selectPrincipal(curPrListPos); in fillPrincipalList()
1251 curPrListPos = list.getSelectedIndex(); in lookAtPrList()
1263 list.select(curPrListPos); in restorePrListSelection()
1511 if (curPrListPos == ((TextList)gui.Prlist.getBody()).countItems()) in prDelete()
1512 curPrListPos--; in prDelete()