Class AbstractView.ExportCommand
Object
ExportCommand
- All Implemented Interfaces:
Scheduler.ScheduledCommand, Command
- Enclosing class:
AbstractView<G extends AbstractGraph<?>>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AbstractView.ExportTypeThe 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:
executein interfaceCommand- Specified by:
executein interfaceScheduler.ScheduledCommand
-