Class Importer
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.view.Importer
Multi-import GUI implementation.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Importer
void
Imports an entities file.void
setParentStage
(javafx.stage.Stage parentStage) Sets parent stage.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getFileChooser
-
importFile
public void importFile()Imports an entities file. -
setParentStage
public void setParentStage(javafx.stage.Stage parentStage) Sets parent stage.- Parameters:
parentStage
- parent stage.
-