Java org.eclipse.jface.bindings.keys KeySequenceText fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.bindings.keys KeySequenceText fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.bindings.keys KeySequenceText.

The text is from its open source code.

Field

intINFINITE
The special integer value for the maximum number of strokes indicating that an infinite number should be allowed.
ListTRAPPED_KEYS
The keys trapped by this widget.

Constructor

KeySequenceText(Text wrappedText)
Constructs an instance of KeySequenceTextField with the text field to use.

Method

voidaddPropertyChangeListener(final IPropertyChangeListener listener)
Adds a property change listener to this key sequence widget.
KeySequencegetKeySequence()
An accessor for the KeySequence that corresponds to the current state of the text field.
voidsetKeySequence(KeySequence newKeySequence)

A mutator for the key sequence stored within this widget.

voidsetKeyStrokeLimit(int keyStrokeLimit)
A mutator for the maximum number of strokes that are permitted in this widget at one time.