Package org.jitterbit.integration.client.ui.interchange.entity.project

Examples of org.jitterbit.integration.client.ui.interchange.entity.project.ProjectRenamerImpl.renameProject()


    @Override
    public void renameEntity(IntegrationEntity e) {
        if (e instanceof IntegrationProject) {
            ProjectRenamerImpl renamer = new ProjectRenamerImpl(view);
            renamer.renameProject((IntegrationProject) e);
        } else {
            MultiTreeSection section  = getSectionFor(e);
            if (section != null) {
                section.rename(e);
            }
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.