Changeset 130 in tmcsimulator-scriptbuilder for trunk/src/event/editor/GenericEvaluationPanel.java


Ignore:
Timestamp:
10/23/2017 08:58:34 AM (9 years ago)
Author:
bmcguffin
Message:

Changed implementation of save function for event editor panels. Instead of updating their model objects whenever the enter key is pressed, panels are now notified when the window is closed and update their information then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/GenericEvaluationPanel.java

    r92 r130  
    8484    } 
    8585 
     86    @Override 
     87    public void uponClose() 
     88    { 
     89        //No change is necessary here; this panel saves its state continually 
     90    } 
     91 
    8692    /** 
    8793     * This method is called from within the constructor to initialize the form. 
Note: See TracChangeset for help on using the changeset viewer.