Package org.moltools.workbench.utils

Examples of org.moltools.workbench.utils.NameConverter


      }
      throw new IllegalArgumentException(valueRepr.getClass() + " not supported by PlugInListSelectionDescriptor");    } //$NON-NLS-1$
  }

  public TemplateListSelectionDescriptor(String name, String description, String propertyName, Object[] objects, boolean req) {
    super(name, description, propertyName, objects, ProjectTemplate.class, false, new NameConverter())
  }
View Full Code Here

TOP

Related Classes of org.moltools.workbench.utils.NameConverter

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.