Package org.evoludo.simulator.views
Class AbstractView.ExportCommand
Object
ExportCommand
- All Implemented Interfaces:
Scheduler.ScheduledCommand
,Command
- Enclosing class:
AbstractView
The export command triggered by the context menu entries.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AbstractView.ExportType
The type of data to export. -
Constructor Summary
ConstructorsConstructorDescriptionThe constructor for the export command. -
Method Summary
-
Field Details
-
exportType
AbstractView.ExportType exportTypeThe type of data to export.
-
-
Constructor Details
-
ExportCommand
The constructor for the export command.- Parameters:
type
- the type of data to export
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfaceCommand
- Specified by:
execute
in interfaceScheduler.ScheduledCommand
-