List of usage examples for org.eclipse.jface.bindings Binding subclass-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 {