Class ProjectExporter
java.lang.Object
com.inductiveautomation.ignition.designer.gui.import_export.ProjectExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOnCloseCallback
(Runnable callback) getUi()
static void
openDialog
(DesignerContext context, Collection<ResourcePath> selectedResources, boolean allowSendTo) Opens a modal dialog used for exporting project resourcesstatic ProjectExporter
openFrame
(DesignerContext context, Collection<ResourcePath> selectedResources, boolean allowSendTo)
-
Method Details
-
getUi
-
addOnCloseCallback
-
openFrame
public static ProjectExporter openFrame(DesignerContext context, Collection<ResourcePath> selectedResources, boolean allowSendTo) -
openDialog
public static void openDialog(DesignerContext context, Collection<ResourcePath> selectedResources, boolean allowSendTo) Opens a modal dialog used for exporting project resources
-