Package urjc.ScrumMaster.client.story

Examples of urjc.ScrumMaster.client.story.StoryPanel


            descriptionAux = description;
        }
        if (action == MODIFY)
            modifyStoryForm(name, descriptionAux, priority, inEstimation, currEstimation, assigned, planned, done);
        else if (action == SHOW)
            new StoryPanel(name, descriptionAux, priority,  inEstimation, currEstimation, assigned, planned, done, canvasPrincipal, SHOW);
    }
View Full Code Here

TOP

Related Classes of urjc.ScrumMaster.client.story.StoryPanel

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.