Examples of TLabel


Examples of org.mmisw.orrportal.gwt.client.vine.util.TLabel

    HorizontalPanel hp = new HorizontalPanel();
    hp.setVerticalAlignment(ALIGN_MIDDLE);
    add(hp);

   
    hp.add(new TLabel("Search the following ontologies:",
        "Check the working ontologies you want to search. " +
        "Each found entity will be abbreviated by using the corresponding " +
        "ontology code given in the working ontologies section."
    ));
   
View Full Code Here

Examples of org.mmisw.orrportal.gwt.client.vine.util.TLabel

    HorizontalPanel hp0 = new HorizontalPanel();
    hp0.setVerticalAlignment(ALIGN_MIDDLE);
    add(hp0);
    hp0.setSpacing(3);
   
    hp0.add(new TLabel("Search for:",
        "Enter the string you want to search in the selected ontologies and click " +
        "the search button. " +
        "Leave the field blank to retrieve all associated entities. " +
        "<br/>" +
        "Check the REGEX button if you are entering a regular expression for your search " +
View Full Code Here

Examples of org.mmisw.orrportal.gwt.client.vine.util.TLabel

      HorizontalPanel hp = new HorizontalPanel();
      hp.setVerticalAlignment(ALIGN_MIDDLE);
    layout.add(hp);
   
    if ( mainPanel.isReadOnly() ) {
      hp.add(new TLabel("Mapped ontologies:",
          "The ontologies where the mapped entities where taken from. " +
          "<br/>" +
          "These ontologies are given " +
          "codes, starting from 'A', to identify them in " +
          "the rest of the VINE interface. "
      ));
    }
    else {
      hp.add(new TLabel("Working ontologies:",
          "This section lists the ontologies whose entities can be mapped. " +
          "Use the \"Add\" button to add a working ontology. " +
          "<br/>" +
          "These ontologies are given " +
          "codes, starting from 'A', to identify them in " +
View Full Code Here

Examples of org.mmisw.orrportal.gwt.client.vine.util.TLabel

          return false;
        }
          return true;
        }
    };
    hp.add(new TLabel("Ontology URI:",
        "Select or enter the URL of the ontology you want to include in the list of working ontologies. " +
        "<br/>" +
        "As you type, URIs are displayed according to matching components in the " +
        "URI or the associated title."
    ));
View Full Code Here

Examples of org.mmisw.orrportal.gwt.client.vine.util.TLabel

    }
    else {
      flexPanel.setWidget(row, 0, new HTML());
    }

    Widget title = new TLabel("Mappings",
          "Lists the current mappings.. "
    );
   
   
    FlexCellFormatter cf = flexPanel.getFlexCellFormatter();
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.