Examples of DebugActionDescriptor


Examples of org.cloudfoundry.ide.eclipse.server.ui.internal.actions.DebugMenuActionHandler.DebugAction.DebugActionDescriptor

    if (debugAction == null) {
      return Collections.emptyList();
    }

    // For now only handle one action per context request.
    DebugActionDescriptor descriptor = new DebugActionDescriptor(serverModule, cloudFoundryServer, debugAction);
    DebugAction menuAction = new DebugAction(descriptor);
    List<IAction> actions = new ArrayList<IAction>();
    actions.add(menuAction);
    return actions;
  }
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.