Package net.sourceforge.processdash.log.ui

Examples of net.sourceforge.processdash.log.ui.TimeLogEditor


                time_frame.show();
            } else {
                DashboardTimeLog timeLog =
                    (DashboardTimeLog) parent.getTimeLog();
                TimeLoggingApprover approver = timeLog;
                time_frame = new TimeLogEditor(timeLog, hier, approver, phase);
                parent.addApplicationEventListener(time_frame);
            }
        }
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.log.ui.TimeLogEditor

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.