org.eclipse.emf.ecp.view.spi.model
Class LocalizationAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.ecp.view.spi.model.LocalizationAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

public abstract class LocalizationAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl

Abstract definition of a LocalizationAdapter.

Since:
1.6
Author:
Eugen Neufeld

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Constructor Summary
LocalizationAdapter()
           
 
Method Summary
abstract  String localize(String key)
          Implement in order to localize a key.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationAdapter

public LocalizationAdapter()
Method Detail

localize

public abstract String localize(String key)
Implement in order to localize a key.

Parameters:
key - The key to localize
Returns:
The localized String


Copyright © 2015. All Rights Reserved.