Package net.sourceforge.ganttproject.action.resource

Examples of net.sourceforge.ganttproject.action.resource.ResourcePropertiesAction


        });
        if (!prj.isOnlyViewer) {
            table.addMouseListener(ml);
            table.getTreeTable().getParent().addMouseListener(ml);
        }
        myResourcePropertiesAction = new ResourcePropertiesAction(prj.getProject(), prj.getUIFacade());
        myContextListener = new ListSelectionListener() {
      public void valueChanged(ListSelectionEvent e) {
        myResourcePropertiesAction.setContext(getContext());
      }
        };
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.action.resource.ResourcePropertiesAction

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.