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 Interface
org.eclipse.jface.bindings.keys.formatting.IKeyFormatter

Packages that use IKeyFormatter
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. 
 

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

Methods in org.eclipse.jface.bindings.keys that return IKeyFormatter
static  IKeyFormatter SWTKeySupport. getKeyFormatterForPlatform ()
          Provides an instance of IKeyFormatter appropriate for the current instance.
 

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

Classes in org.eclipse.jface.bindings.keys.formatting that implement IKeyFormatter
 class AbstractKeyFormatter
           An abstract implementation of a key formatter that provides a lot of common key formatting functionality.
 class EmacsKeyFormatter
           A key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.
 class FormalKeyFormatter
           Formats the keys in the internal key sequence grammar.
 class NativeKeyFormatter
           Formats the key sequences and key strokes into the native human-readable format.
 

Methods in org.eclipse.jface.bindings.keys.formatting that return IKeyFormatter
static  IKeyFormatter KeyFormatterFactory. getDefault ()
          An accessor for the current default key formatter.
static  IKeyFormatter KeyFormatterFactory. getEmacsKeyFormatter ()
          Provides an instance of EmacsKeyFormatter.
static  IKeyFormatter KeyFormatterFactory. getFormalKeyFormatter ()
          Provides an instance of FormalKeyFormatter.
 

Methods in org.eclipse.jface.bindings.keys.formatting with parameters of type IKeyFormatter
static void KeyFormatterFactory. setDefault ( IKeyFormatter defaultKeyFormatter)
          Sets the default key formatter.
 


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