Class FileChooser


  • public class FileChooser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.swing.JFileChooser fileChooser  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JFileChooser get()
      Returns the file chooser.
      void ready()
      Notify all.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fileChooser

        protected javax.swing.JFileChooser fileChooser
    • Constructor Detail

      • FileChooser

        @Inject
        public FileChooser()
        Constructs a FileChooser.
    • Method Detail

      • get

        public javax.swing.JFileChooser get()
        Returns the file chooser.
        Returns:
        the file chooser
      • ready

        public void ready()
        Notify all.