Documentation of 'japlot.jaxodraw.JaxoChooseFile' Java class
JaxoChooseFile
japlot.jaxodraw

Class JaxoChooseFile



  • public class JaxoChooseFile
    extends java.lang.Object
    Opens a file chooser dialog that is used for opening, saving and exporting files.
    • Constructor Summary

      Constructors 
      Constructor and Description
      JaxoChooseFile() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String chooseFile(java.lang.String[] fileFilter, java.lang.String approveText, java.lang.String description, java.lang.String selectedFile)
      Brings up a file chooser dialog.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JaxoChooseFile

        public JaxoChooseFile()
    • Method Detail

      • chooseFile

        public final java.lang.String chooseFile(java.lang.String[] fileFilter,
                                                 java.lang.String approveText,
                                                 java.lang.String description,
                                                 java.lang.String selectedFile)
        Brings up a file chooser dialog.
        Parameters:
        selectedFile - A file that should be marked as pre-selected.
        fileFilter - A filter that indicates which files should be shown.
        approveText - The text to be shown as a tool tip of the approve button in the dialog.
        description - A description of this dialog.
        Returns:
        A string with the absolute path of the chosen file, or an empty string, if no file was selected.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.