|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.util.Hotkeys.FindCounter
Counting sentinel to prevent search from going mad. Needed to ensure that the recursive hotkey search does not go mad and searches indefinitely (or almost as long...) Initialized with a maximum calling number. If calling count exceeds this number, incrementation routine returns false.
Field Summary | |
private int |
maxvalue
|
private int |
myvalue
|
Constructor Summary | |
Hotkeys.FindCounter(int maxx)
|
Method Summary | |
boolean |
incCounterOverrunsMaxValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int myvalue
private int maxvalue
Constructor Detail |
public Hotkeys.FindCounter(int maxx)
Method Detail |
public boolean incCounterOverrunsMaxValue()
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |