Package org.cloudfoundry.ide.eclipse.server.ui.internal.actions

Examples of org.cloudfoundry.ide.eclipse.server.ui.internal.actions.RefreshApplicationEditorAction.run()


  }

  public void refresh(RefreshArea area, boolean userAction) {
    RefreshApplicationEditorAction action = new RefreshApplicationEditorAction(this, area);
    action.setUserAction(userAction);
    action.run();
  }

  public void selectAndReveal(IModule module) {
    masterDetailsBlock.refreshUI(RefreshArea.MASTER);
    TableViewer viewer = masterDetailsBlock.getMasterPart().getApplicationsViewer();
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.