Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.ui.keys.KeySequence

Packages that use KeySequence
org.eclipse.ui.commands   
org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. 
 

Uses of KeySequence in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return KeySequence
 KeySequence IKeySequenceBinding.getKeySequence()
          Deprecated. Returns the key sequence represented in this binding.
 

Methods in org.eclipse.ui.commands with parameters of type KeySequence
 Map ICommandManager.getPartialMatches(KeySequence keySequence)
          Deprecated. Finds all of the commands which have key bindings that start with the given key sequence.
 String ICommandManager.getPerfectMatch(KeySequence keySequence)
          Deprecated. Finds the command which has the given key sequence as one of its key bindings.
 boolean ICommandManager.isPartialMatch(KeySequence keySequence)
          Deprecated. Checks to see whether there are any commands which have key bindings that start with the given key sequence.
 boolean ICommandManager.isPerfectMatch(KeySequence keySequence)
          Deprecated. 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()
          Deprecated. Gets an instance of KeySequence.
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Deprecated. Gets an instance of KeySequence given a key sequence and a key stroke.
static KeySequence KeySequence.getInstance(KeyStroke keyStroke)
          Deprecated. Gets an instance of KeySequence given a single key stroke.
static KeySequence KeySequence.getInstance(KeyStroke[] keyStrokes)
          Deprecated. Gets an instance of KeySequence given an array of key strokes.
static KeySequence KeySequence.getInstance(List keyStrokes)
          Deprecated. Gets an instance of KeySequence given a list of key strokes.
static KeySequence KeySequence.getInstance(KeySequence newKeySequence)
          Deprecated. Gets an instance of KeySequence given a new-style key sequence.
static KeySequence KeySequence.getInstance(String string)
          Deprecated. Gets an instance of KeySequence by parsing a given a formal string representation.
 

Methods in org.eclipse.ui.keys with parameters of type KeySequence
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Deprecated. Gets an instance of KeySequence given a key sequence and a key stroke.
 boolean KeySequence.endsWith(KeySequence keySequence, boolean equals)
          Deprecated. Returns whether or not this key sequence ends with the given key sequence.
 boolean KeySequence.startsWith(KeySequence keySequence, boolean equals)
          Deprecated. Returns whether or not this key sequence starts with the given key sequence.
 String IKeyFormatter.format(KeySequence keySequence)
          Deprecated. Format the given key sequence into a string.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.