Skip navigation links
A B C E F G H I K N O R S T U W Z 

A

assertInstance(Object, Class<?>) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Verifies that the given object is an instance of the given class.

B

BindingFactoryImpl - Class in org.eclipse.fx.ui.keybindings.generic
Factory to crate bindings
BindingFactoryImpl() - Constructor for class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 
BindingImpl - Class in org.eclipse.fx.ui.keybindings.generic
A binding implementation
BindingImpl(ParameterizedCommand, String, String) - Constructor for class org.eclipse.fx.ui.keybindings.generic.BindingImpl
Create a binding impl

C

compare(boolean, boolean) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Compares two boolean values.
compare(int, int) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Compares two integer values.
compare(T[], T[]) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Compare two arrays
compare(T, T) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Compares to comparable objects -- defending against null.
compare(List<T>, List<T>) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Compares two lists -- account for null.
compareTo(KeySequence) - Method in class org.eclipse.fx.ui.keybindings.generic.KeySequenceImpl
 
compareTo(Trigger) - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
Compare to another trigger
createKeyBinding(TriggerSequence, ParameterizedCommand, String, String) - Method in class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 

E

endsWith(Object[], Object[], boolean) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Tests whether the first array ends with the second array.
equals(Object) - Method in class org.eclipse.fx.ui.keybindings.generic.BindingImpl
 
equals(Object) - Method in class org.eclipse.fx.ui.keybindings.generic.KeyBindingImpl
 
equals(Object) - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
equals(Object) - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerImpl
Tests whether this object is equal to another object.
equals(Object) - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
 
equals(Object, Object) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Checks whether the two objects are null -- allowing for null.
equals(Object[], Object[]) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Tests whether two arrays of objects are equal to each other.

F

format() - Method in class org.eclipse.fx.ui.keybindings.generic.KeySequenceImpl
 

G

getContextId() - Method in class org.eclipse.fx.ui.keybindings.generic.BindingImpl
 
getKeyCode() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
getKeySequenceInstance(KeyLookup, String) - Method in class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 
getKeySequenceInstance(KeySequence, KeyStroke) - Method in class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 
getKeySequenceInstance() - Method in class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 
getKeyStrokeInstance(KeyLookup, int, int) - Method in class org.eclipse.fx.ui.keybindings.generic.BindingFactoryImpl
 
getKeyStrokes() - Method in class org.eclipse.fx.ui.keybindings.generic.KeySequenceImpl
 
getParameterizedCommand() - Method in class org.eclipse.fx.ui.keybindings.generic.BindingImpl
 
getPrefixes() - Method in class org.eclipse.fx.ui.keybindings.generic.KeySequenceImpl
 
getSchemeId() - Method in class org.eclipse.fx.ui.keybindings.generic.BindingImpl
 
getTriggers() - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
 
getTriggerSequence() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyBindingImpl
 

H

hasAltModifier() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
hasCommandModifier() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
hasCtrlModifier() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
hashCode() - Method in class org.eclipse.fx.ui.keybindings.generic.BindingImpl
 
hashCode() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyBindingImpl
 
hashCode() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
hashCode() - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerImpl
Computes the hash code for this object.
hashCode - Variable in class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
The hash code for this object.
hashCode() - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
 
hashCode(int) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Provides a hash code based on the given integer value.
hashCode(Object) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Provides a hash code for the object -- defending against null.
hashCode(Object[]) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Computes the hash code for an array of objects, but with defense against null.
hasShiftModifier() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 

I

isEmpty() - Method in class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
 

K

KEY_DELIMITER - Static variable in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
The delimiter between multiple keys in a single key strokes -- expressed in the formal key stroke grammar.
KEY_DELIMITERS - Static variable in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
The set of delimiters for Key objects allowed during parsing of the formal string representation.
KeyBindingImpl - Class in org.eclipse.fx.ui.keybindings.generic
A keybinding implementation
KeyBindingImpl(KeySequence, ParameterizedCommand, String, String) - Constructor for class org.eclipse.fx.ui.keybindings.generic.KeyBindingImpl
Create a binding
KeySequenceImpl - Class in org.eclipse.fx.ui.keybindings.generic
A keysequence implementation
KeyStrokeImpl - Class in org.eclipse.fx.ui.keybindings.generic
Keystore implementation

N

NO_KEY - Static variable in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
The representation for no key.

O

org.eclipse.fx.ui.keybindings.generic - package org.eclipse.fx.ui.keybindings.generic
 

R

replaceAll(String, String, String) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Foundation replacement for String.replaceAll(*).

S

startsWith(Object[], Object[], boolean) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Checks whether the second array is a subsequence of the first array, and that they share common starting elements.

T

toString() - Method in class org.eclipse.fx.ui.keybindings.generic.KeyStrokeImpl
 
toString(Object[]) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Converts an array into a string representation that is suitable for debugging.
translateString(ResourceBundle, String, String) - Static method in class org.eclipse.fx.ui.keybindings.generic.Util
Provides a translation of a particular key from the resource bundle.
TriggerImpl - Class in org.eclipse.fx.ui.keybindings.generic
A trigger implementation
TriggerImpl() - Constructor for class org.eclipse.fx.ui.keybindings.generic.TriggerImpl
 
TriggerSequenceImpl - Class in org.eclipse.fx.ui.keybindings.generic
trigger sequence implementation
TriggerSequenceImpl(Trigger[]) - Constructor for class org.eclipse.fx.ui.keybindings.generic.TriggerSequenceImpl
Create a trigger sequence

U

Util - Class in org.eclipse.fx.ui.keybindings.generic
A static class providing utility methods to all of JFace.
Util() - Constructor for class org.eclipse.fx.ui.keybindings.generic.Util
 

W

WS_CARBON - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_COCOA - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_GTK - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_MOTIF - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_PHOTON - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_UNKNOWN - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_WIN32 - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.
WS_WPF - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
Windowing system constant.

Z

ZERO_LENGTH_STRING - Static variable in class org.eclipse.fx.ui.keybindings.generic.Util
A common zero-length string.
A B C E F G H I K N O R S T U W Z 
Skip navigation links