org.eclipse.emf.ecp.view.spi.model
Class LocalizationAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
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 classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget |
LocalizationAdapter
public LocalizationAdapter()
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.