Class BrowseAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener

    public class BrowseAction
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowseAction​(javax.swing.JTextField filename)  
      BrowseAction​(javax.swing.JTextField filename, boolean isDirectoryBrowse)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      protected javax.swing.JFileChooser getFileChooser()  
      • Methods inherited from class java.lang.Object

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

      • BrowseAction

        public BrowseAction​(javax.swing.JTextField filename)
      • BrowseAction

        public BrowseAction​(javax.swing.JTextField filename,
                            boolean isDirectoryBrowse)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • getFileChooser

        protected javax.swing.JFileChooser getFileChooser()