public class ImportFMUHybridAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
(package private) Top |
_frame
The top-level window of the contents to be exported.
|
Constructor and Description |
---|
ImportFMUHybridAction(Top frame)
Create a new action to import a Functional Mock-up Unit (FMU)
.fmu file.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Import a FMU.
|
Top _frame
public ImportFMUHybridAction(Top frame)
frame
- The Frame which to which this action is added.