Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.jface.bindings.keys.KeySequence

Packages that use KeySequence
org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys. 
org.eclipse.jface.bindings.keys.formatting Provides support for formatting key sequences. 
org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. 
 

Uses of KeySequence in org.eclipse.jface.bindings.keys
 

Methods in org.eclipse.jface.bindings.keys that return KeySequence
 KeySequence KeySequenceText.getKeySequence()
          An accessor for the KeySequence that corresponds to the current state of the text field.
static KeySequence KeySequence.getInstance()
          Gets an instance of KeySequence.
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Creates an instance of KeySequence given a key sequence and a key stroke.
static KeySequence KeySequence.getInstance(KeyStroke keyStroke)
          Creates an instance of KeySequence given a single key stroke.
static KeySequence KeySequence.getInstance(KeyStroke[] keyStrokes)
          Creates an instance of KeySequence given an array of key strokes.
static KeySequence KeySequence.getInstance(List keyStrokes)
          Creates an instance of KeySequence given a list of key strokes.
static KeySequence KeySequence.getInstance(String string)
          Creates an instance of KeySequence by parsing a given formal string representation.
 KeySequence KeyBinding.getKeySequence()
          Returns the key sequence which triggers this binding.
 

Methods in org.eclipse.jface.bindings.keys with parameters of type KeySequence
 void KeySequenceText.setKeySequence(KeySequence newKeySequence)
           A mutator for the key sequence stored within this widget.
static KeySequence KeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke)
          Creates an instance of KeySequence given a key sequence and a key stroke.
 

Constructors in org.eclipse.jface.bindings.keys with parameters of type KeySequence
KeyBinding(KeySequence keySequence, ParameterizedCommand command, String schemeId, String contextId, String locale, String platform, String windowManager, int type)
          Constructs a new instance of KeyBinding.
 

Uses of KeySequence in org.eclipse.jface.bindings.keys.formatting
 

Methods in org.eclipse.jface.bindings.keys.formatting with parameters of type KeySequence
 String IKeyFormatter.format(KeySequence keySequence)
          Format the given key sequence into a string.
 String AbstractKeyFormatter.format(KeySequence keySequence)
           
 

Uses of KeySequence in org.eclipse.ui.keys
 

Methods in org.eclipse.ui.keys with parameters of type KeySequence
static KeySequence KeySequence.getInstance(KeySequence newKeySequence)
          Deprecated. Gets an instance of KeySequence given a new-style key sequence.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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