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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jface.bindings.Binding has subclasses.
Click this link to see all its subclasses.

Field

intSYSTEM
The type of binding that is defined by the system (i.e., by the application developer).
intUSER
The type of binding that is defined by the user (i.e., by the end user of the application).
inthashCode
The hash code for this key binding.

Method

booleanequals(final Object object)
Tests whether this binding is equal to another object.
StringgetContextId()
Returns the identifier of the context in which this binding applies.
StringgetLocale()
Returns the locale in which this binding applies.
ParameterizedCommandgetParameterizedCommand()
Returns the parameterized command to which this binding applies.
StringgetPlatform()
Returns the platform on which this binding applies.
StringgetSchemeId()
Returns the identifier of the scheme in which this binding applies.
TriggerSequencegetTriggerSequence()
Returns the sequence of trigger for a given binding.
intgetType()
Returns the type for this binding.
StringtoString()
The string representation of this binding -- for debugging purposes only.