Package net.sourceforge.ganttproject.action

Examples of net.sourceforge.ganttproject.action.DeleteAssignmentAction


  private final DeleteAssignmentAction myDeleteAssignmentAction;

    public GanttResourcePanel(final GanttProject prj, GanttTree2 tree, UIFacade uiFacade) {
        super();
        myUIFacade = uiFacade;
        myDeleteAssignmentAction = new DeleteAssignmentAction(
                prj.getProject().getHumanResourceManager(),
                (AssignmentContext)this, prj);

        prj.addProjectEventListener(this);
        appli = prj;
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.action.DeleteAssignmentAction

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.