Examples of ShortLabelProvider


Examples of org.eclipse.emf.ecp.common.utilities.ShortLabelProvider

    // must be done in UI thread due to SWT blocks access for other threads
    Display.getDefault().asyncExec(new Runnable()
    {
      public void run()
      {
        setPartName((new ShortLabelProvider()).getText(modelElement));
      }
    });
  }
View Full Code Here

Examples of org.eclipse.emf.ecp.editor.internal.e3.ShortLabelProvider

  {
    ComposedAdapterFactory composedAdapterFactory = new ComposedAdapterFactory(new AdapterFactory[] {
        new ReflectiveItemProviderAdapterFactory(),
        new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE) });
   
    ShortLabelProvider labelProvider = new ShortLabelProvider(composedAdapterFactory);
    this.target = target;
    if (target != null) {
      setTargetDescription(labelProvider.getText(target));
    } else {
      setTargetDescription("");
    }

    updateLinkDisplay();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.