Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java5543 private int changeType; // principal or policy change field in KdcGui.KeystrokeDetector
5546 changeType = type; in KeystrokeDetector()
5550 reactToKey(changeType); in keyTyped()
5555 private void reactToKey(int changeType) { in reactToKey() argument
5556 switch (changeType) { in reactToKey()