Uses of Class
xyz.cofe.term.win.ControlEvent
-
Packages that use ControlEvent Package Description xyz.cofe.term.win -
-
Uses of ControlEvent in xyz.cofe.term.win
Methods in xyz.cofe.term.win that return ControlEvent Modifier and Type Method Description static ControlEventControlEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlEvent[]ControlEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.term.win with parameters of type ControlEvent Modifier and Type Method Description booleanControlHandler. controlEvent(ControlEvent event)
-