Class 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
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String localize​(java.lang.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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalizationAdapter

        public LocalizationAdapter()
    • Method Detail

      • localize

        public abstract java.lang.String localize​(java.lang.String key)
        Implement in order to localize a key.
        Parameters:
        key - The key to localize
        Returns:
        The localized String