org.eclipse.gmf.runtime.lite.shortcuts
Class ShortcutProvidersRegistry

java.lang.Object
  extended by org.eclipse.gmf.runtime.lite.shortcuts.ShortcutProvidersRegistry

public abstract class ShortcutProvidersRegistry
extends Object

Registry for shortcut providers.


Field Summary
static ShortcutProvidersRegistry INSTANCE
           
 
Constructor Summary
ShortcutProvidersRegistry()
           
 
Method Summary
abstract  IShortcutProvider getShortcutProvider(String modelID)
           
abstract  IShortcutProvider[] getShortcutProviders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static ShortcutProvidersRegistry INSTANCE
Constructor Detail

ShortcutProvidersRegistry

public ShortcutProvidersRegistry()
Method Detail

getShortcutProvider

public abstract IShortcutProvider getShortcutProvider(String modelID)

getShortcutProviders

public abstract IShortcutProvider[] getShortcutProviders()


Copyright © 2012. All Rights Reserved.