Package org.apache.uima.taeconfigurator.model

Examples of org.apache.uima.taeconfigurator.model.DescriptorMetaData


   *
   * @see org.eclipse.ui.forms.IFormPart#refresh()
   */
  public void refresh() {
    if (null == dmd)
      dmd = new DescriptorMetaData(editor);
    super.refresh();
    String name = null;
    String version = null;
    String description = null;
    String vendor = null;
View Full Code Here

TOP

Related Classes of org.apache.uima.taeconfigurator.model.DescriptorMetaData

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.