Class ClientFileUtilities
java.lang.Object
com.inductiveautomation.ignition.client.script.ClientFileUtilities
- Direct Known Subclasses:
- FPMIFileUtilities
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfacestatic interface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic JFileChoosergetChooser(int dialogType, String desc, String... ext) Creates a file choose of the given type (JFileChooser.OPEN_DIALOG or JFileChooser.SAVE_DIALOG), that is set to single file-only selection.
- 
Constructor Details- 
ClientFileUtilitiespublic ClientFileUtilities()
 
- 
- 
Method Details- 
getChooserCreates a file choose of the given type (JFileChooser.OPEN_DIALOG or JFileChooser.SAVE_DIALOG), that is set to single file-only selection. If extensions are given, a file filter will be added for those extensions.- Parameters:
- ext- A list of acceptable file extensions (like "txt" or "jpeg")
 
 
-