Example usage for org.eclipse.jface.bindings Binding subclass-usage

List of usage examples for org.eclipse.jface.bindings Binding subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.bindings Binding subclass-usage.

Usage

From source file org.eclipse.e4.ui.keybinding.tests.TestBinding.java

/**
 * A binding that can be used for testing purposes. This guarantees that the
 * properties tested are inherent to all bindings, and not just a specific type
 * of bindings.
 */
final class TestBinding extends Binding {

From source file org.eclipse.ui.tests.keys.TestBinding.java

/**
 * A binding that can be used for testing purposes. This guarantees that the
 * properties tested are inherent to all bindings, and not just a specific type
 * of bindings.
 */
final class TestBinding extends Binding {