|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeySequence | |
org.eclipse.ui.commands | |
org.eclipse.ui.keys |
Uses of KeySequence in org.eclipse.ui.commands |
Methods in org.eclipse.ui.commands that return KeySequence | |
KeySequence |
IKeySequenceBinding.getKeySequence()
Returns the key sequence represented in this binding. |
Methods in org.eclipse.ui.commands with parameters of type KeySequence | |
Map |
ICommandManager.getPartialMatches(KeySequence keySequence)
Finds all of the commands which have key bindings that start with the given key sequence. |
String |
ICommandManager.getPerfectMatch(KeySequence keySequence)
Finds the command which has the given key sequence as one of its key bindings. |
boolean |
ICommandManager.isPartialMatch(KeySequence keySequence)
Checks to see whether there are any commands which have key bindings that start with the given key sequence. |
boolean |
ICommandManager.isPerfectMatch(KeySequence keySequence)
Checks to see if there is a command with the given key sequence as one of its key bindings. |
Uses of KeySequence in org.eclipse.ui.keys |
Methods in org.eclipse.ui.keys that return KeySequence | |
static KeySequence |
KeySequence.getInstance()
Gets an instance of KeySequence . |
static KeySequence |
KeySequence.getInstance(KeySequence keySequence,
KeyStroke keyStroke)
Gets an instance of KeySequence given a key sequence and
a key stroke. |
static KeySequence |
KeySequence.getInstance(KeyStroke keyStroke)
Gets an instance of KeySequence given a single key
stroke. |
static KeySequence |
KeySequence.getInstance(KeyStroke[] keyStrokes)
Gets an instance of KeySequence given an array of key
strokes. |
static KeySequence |
KeySequence.getInstance(List keyStrokes)
Gets an instance of KeySequence given a list of key
strokes. |
static KeySequence |
KeySequence.getInstance(String string)
Gets an instance of KeySequence by parsing a given a
formal string representation. |
Methods in org.eclipse.ui.keys with parameters of type KeySequence | |
String |
IKeyFormatter.format(KeySequence keySequence)
Format the given key sequence into a string. |
static KeySequence |
KeySequence.getInstance(KeySequence keySequence,
KeyStroke keyStroke)
Gets an instance of KeySequence given a key sequence and
a key stroke. |
boolean |
KeySequence.endsWith(KeySequence keySequence,
boolean equals)
Returns whether or not this key sequence ends with the given key sequence. |
boolean |
KeySequence.startsWith(KeySequence keySequence,
boolean equals)
Returns whether or not this key sequence starts with the given key sequence. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.