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

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


  public void reflow() {
    mform.getForm().reflow(true);
  }

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


      }
    };
    toolBarManager.add(addRemoveApplicationAction);

    // Fix for STS-2996. Moved from CloudFoundryApplicationsEditorPage
    toolBarManager.add(new RefreshApplicationEditorAction(editorPage));
    toolBarManager.update(true);
    section.setTextClient(headerComposite);

    getManagedForm().getToolkit().paintBordersFor(client);
  }
View Full Code Here

TOP

Related Classes of org.cloudfoundry.ide.eclipse.server.ui.internal.actions.RefreshApplicationEditorAction

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.