Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use KeySequence
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
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 newKeySequence)
          Deprecated. Gets an instance of KeySequence given a new-style key sequence.
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 ( 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
 boolean KeySequence. endsWith ( KeySequence keySequence, boolean equals)
          Deprecated. Returns whether or not this key sequence ends with the given key sequence.
  String IKeyFormatter. format ( KeySequence keySequence)
          Deprecated. Format the given key sequence into a string.
static  KeySequence KeySequence. getInstance ( KeySequence keySequence, KeyStroke keyStroke)
          Deprecated. Gets an instance of KeySequence given a key sequence and a key stroke.
 boolean KeySequence. startsWith ( KeySequence keySequence, boolean equals)
          Deprecated. Returns whether or not this key sequence starts with the given key sequence.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire