Package fr.obeo.releng.targetplatform.ui.internal

Examples of fr.obeo.releng.targetplatform.ui.internal.TargetPlatformActivator


        _or = _lessThan;
      }
      if (_or) {
        final Location location = ((Location) model);
        final String uri = location.getUri();
        TargetPlatformActivator _instance = TargetPlatformActivator.getInstance();
        IWorkbench _workbench = _instance.getWorkbench();
        final IWorkbenchWindow window = _workbench.getActiveWorkbenchWindow();
        final IRunnableWithProgress _function = new IRunnableWithProgress() {
          public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
            Shell _shell = window.getShell();
            Display _display = _shell.getDisplay();
View Full Code Here


      }
      if (_or) {
        final IU iu = ((IU) model);
        Location _location = iu.getLocation();
        final String uri = _location.getUri();
        TargetPlatformActivator _instance = TargetPlatformActivator.getInstance();
        IWorkbench _workbench = _instance.getWorkbench();
        final IWorkbenchWindow window = _workbench.getActiveWorkbenchWindow();
        Shell _shell = window.getShell();
        Display _display = _shell.getDisplay();
        final IRunnableWithProgress op = this.versionProposalRunnable(uri, iu, prefix, _display, context, acceptor);
        window.run(false, true, op);
View Full Code Here

 
  protected ISetup doGetSetup() {
    return new TargetPlatformStandaloneSetup() {
      public Injector createInjector() {
        SharedStateModule _sharedStateModule = new SharedStateModule();
        TargetPlatformActivator _instance = TargetPlatformActivator.getInstance();
        TargetPlatformUiModule _targetPlatformUiModule = new TargetPlatformUiModule(_instance);
        Module _mixin = Modules2.mixin(
          TestContentAssist.MOCK_RUNTIME_MODULE, _sharedStateModule,
          ((Module) _targetPlatformUiModule));
        return Guice.createInjector(_mixin);
View Full Code Here

TOP

Related Classes of fr.obeo.releng.targetplatform.ui.internal.TargetPlatformActivator

Copyright © 2018 www.massapicom. 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.