| org.netbeans.lib.uihandler.InputGesture
InputGesture | public enum InputGesture (Code) | | Represents a gesture that initiated the given LogRecord.
author: Jaroslav Tulach |
KEYBOARD | Enum Constant KEYBOARD(Code) | | |
TOOLBAR | Enum Constant TOOLBAR(Code) | | |
valueOf | public static InputGesture valueOf(LogRecord rec)(Code) | | Finds the right InputGesture for given LogRecord.
Parameters: rec - the record the gesture that initated the record or null if unknown |
|
|