Package net.sourceforge.ganttproject.gui.taskproperties

Examples of net.sourceforge.ganttproject.gui.taskproperties.CustomColumnsPanel


            nameFieldNotes.setText(nameOfTask);
        }
    }

    private void constructCustomColumnPanel(IGanttProject project) {
        myCustomColumnPanel = new CustomColumnsPanel(
            project.getTaskCustomColumnManager(),
            project.getCustomColumnsStorage(), myUIfacade);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.gui.taskproperties.CustomColumnsPanel

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.