google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Messages classes for dataflow

Open elharo opened this issue 8 years ago • 1 comments

for localization e.g.


  public NewDataflowProjectWizardDefaultRunOptionsPage(DataflowProjectCreator creator) {
    super(PAGE_NAME);
    this.creator = creator;
    setTitle("Set Default Cloud Dataflow Run Options");
    setDescription("Set default options for running a Dataflow Pipeline.");
    // This page is optional
    setPageComplete(true);
  }

elharo avatar Apr 06 '17 16:04 elharo

#1750 covered dataflow.ui.page but there are several other packages with user visible messages we should get to.

elharo avatar Apr 07 '17 16:04 elharo