Package org.apache.geronimo.st.v21.ui.editors

Examples of org.apache.geronimo.st.v21.ui.editors.GeronimoFormContentLoader


    public String getDescription() {
        return CommonMessages.editorEjbLocalRefDescription;
    }

    public Wizard getWizard() {
        return new EjbLocalRefWizard(this);
    }
View Full Code Here


    public String getDescription() {
        return CommonMessages.editorEjbRefDescription;
    }

    public Wizard getWizard() {
        return new EjbRefWizard(this);
    }
View Full Code Here

        return CommonMessages.editorEjbRelationDescription;
    }

    @Override
    public Wizard getWizard() {
        return new EjbRelationWizard(this);
    }
View Full Code Here

  public String getDescription() {
    return CommonMessages.editorSectionExtModuleDescription;
  }

  public Wizard getWizard() {
    return new ExtModuleWizard(this);
  }
View Full Code Here

    return CommonMessages.editorGBeanRefDescription;
  }

    @Override
  public Wizard getWizard() {
    return new GBeanRefWizard(this);
  }
View Full Code Here

  return CommonMessages.editorSectionGBeanDescription;
    }

    @Override
    public Wizard getWizard() {
  return new GBeanWizard(this);
    }
View Full Code Here

    public String getDescription() {
        return CommonMessages.editorSectionMessageDestDescription;
    }

    public Wizard getWizard() {
        return new MessageDestWizard(this);
    }
View Full Code Here

    public String getDescription() {
        return CommonMessages.editorSectionModuleDescription;
    }

    public Wizard getWizard() {
        return new ModuleWizard(this);
    }
View Full Code Here

    return CommonMessages.editorPersContextRefDescription;
  }

    @Override
  public Wizard getWizard() {
    return new PersContextRefWizard(this);
  }
View Full Code Here

    return CommonMessages.editorPersUnitRefDescription;
  }

    @Override
  public Wizard getWizard() {
    return new PersUnitRefWizard(this);
  }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.st.v21.ui.editors.GeronimoFormContentLoader

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.