java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
edu.jiangxin.apktoolbox.swing.extend.filepanel.FilePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FilePanel extends JPanel
See Also:
  • Constructor Details

    • FilePanel

      public FilePanel(String buttonText)
  • Method Details

    • setCurrentDirectoryPath

      public void setCurrentDirectoryPath(String currentDirectoryPath)
    • setFileReadyCallback

      public void setFileReadyCallback(IFileReadyCallback callback)
    • setFileSelectionMode

      public void setFileSelectionMode(int fileSelectionMode)
    • setDescriptionAndFileExtensions

      public void setDescriptionAndFileExtensions(String description, String[] extensions)
    • getFile

      public File getFile()