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


Ignore:
Timestamp:
08/28/2017 04:12:45 PM (9 years ago)
Author:
bmcguffin
Message:

Removed superfluous "Remove" buttons on several panels.

Removed interface "RemovablePanel?" as it was no longer necessary or useful; removed related methods from classes implementing it.

File:
1 edited

Legend:

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

    r89 r92  
    1414 * @author nathaniellehrer 
    1515 */ 
    16 public class GenericEvaluationPanel extends javax.swing.JPanel implements RemoveablePanel, ScriptEventEditorPanel 
     16public class GenericEvaluationPanel extends javax.swing.JPanel implements I_ScriptEventEditorPanel 
    1717{ 
    1818 
    19     private ActionListener removeListener; 
    2019    private I_EvaluationEvent event; 
    2120    private JTable dialogTable; 
     
    3231    } 
    3332 
    34     public void setRemoveListener(ActionListener listener) 
    35     { 
    36         removeListener = listener; 
    37     } 
    38  
     33    @Override 
    3934    public void getEventObject(I_ScriptEvent sei) 
    4035    { 
     
    7570    } 
    7671 
     72    @Override 
    7773    public void update(Observable o, Object arg) 
    7874    { 
Note: See TracChangeset for help on using the changeset viewer.