Package ptolemy.vergil.basic.imprt.fmu
Class ImportFMUHybridAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.basic.imprt.fmu.ImportFMUHybridAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ImportFMUHybridAction extends javax.swing.AbstractAction
Implement the Import FMU Hybrid menu choice.- Since:
- Ptolemy II 11.0
- Version:
- $Id: FMUImport.java 73691 2015-10-22 15:12:47Z tsnouidui@lbl.gov $
- Author:
- Fabio Cremona
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description ImportFMUHybridAction(Top frame)
Create a new action to import a Functional Mock-up Unit (FMU) .fmu file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Import a FMU.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ImportFMUHybridAction
public ImportFMUHybridAction(Top frame)
Create a new action to import a Functional Mock-up Unit (FMU) .fmu file.- Parameters:
frame
- The Frame which to which this action is added.
-
-