Uses of Class
clickDetector.echoDetection.EchoDetectionSystem
Packages that use EchoDetectionSystem
- 
Uses of EchoDetectionSystem in clickDetector
Fields in clickDetector declared as EchoDetectionSystemMethods in clickDetector that return EchoDetectionSystemMethods in clickDetector with parameters of type EchoDetectionSystemModifier and TypeMethodDescriptionvoidClickControl.setEchoDetectionSystem(EchoDetectionSystem echoDetectionSystem)  - 
Uses of EchoDetectionSystem in clickDetector.echoDetection
Subclasses of EchoDetectionSystem in clickDetector.echoDetectionModifier and TypeClassDescriptionclassclassVery simple echo detection system which uses a single test of time between the previous click and this click to determine if it's an echo or not.Methods in clickDetector.echoDetection with parameters of type EchoDetectionSystemModifier and TypeMethodDescriptionstatic booleanEchoDialog.showDialog(Window parentFrame, EchoDetectionSystem echoDetectionSystem)