Package net.sourceforge.ganttproject.GanttProjectBase

Examples of net.sourceforge.ganttproject.GanttProjectBase.RowHeightAligner


                getZoomManager(), getUndoManager());
        options.addOptionGroups(getUIFacade().getGanttChart().getOptionGroups());
        options.addOptionGroups(getUIFacade().getResourceChart().getOptionGroups());
        options.addOptionGroups(new GPOptionGroup[]{getProjectUIFacade().getOptionGroup()});
        options.addOptionGroups(getDocumentManager().getNetworkOptionGroups());
        myRowHeightAligner = new RowHeightAligner(tree, area.getMyChartModel());
        area.getMyChartModel().addOptionChangeListener(myRowHeightAligner);
        System.err.println("2. loading options");
        initOptions();
        area.setUIConfiguration(myUIConfiguration);
        getTree().setGraphicArea(area);
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.GanttProjectBase.RowHeightAligner

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.