Package net.sourceforge.ganttproject.gui.previousState

Examples of net.sourceforge.ganttproject.gui.previousState.GanttDialogSaveAsPreviousState.show()


    protected void saveAsPreviousState() {
      getUIFacade().setStatusText(GanttLanguage.getInstance().getText("saveCurrent"));
      GanttDialogSaveAsPreviousState ps = new GanttDialogSaveAsPreviousState(
                this);
        ps.show();
        if (ps.isSaved()) {
            bSaveCurrent.setEnabled(false);
            bComparePrev.setEnabled(true);
            myPreviousStates.add(ps.getPreviousState());
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.