Package org.osmorc.facet.ui

Examples of org.osmorc.facet.ui.OsmorcFacetJAREditorTab


  public FacetEditorTab[] createEditorTabs(FacetEditorContext context, FacetValidatorsManager validatorsManager) {
    FrameworkLibraryValidator validator = OsgiCoreLibraryType.getValidator(context, validatorsManager);
    validatorsManager.registerValidator(validator);
    return new FacetEditorTab[]{
      new OsmorcFacetGeneralEditorTab(context, validatorsManager),
      new OsmorcFacetJAREditorTab(context, validatorsManager),
      new OsmorcFacetManifestGenerationEditorTab(context)
    };
  }
View Full Code Here

TOP

Related Classes of org.osmorc.facet.ui.OsmorcFacetJAREditorTab

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.