Class GenericFileInfoPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
be.gaudry.swing.component.filechooser.GenericFileInfoPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GenericFileInfoPanel extends JPanel
Panel to display some basic informations about a file. Provided by the broldev.core.swing project.
Since:
1.0 (Apr 7, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Apr 7, 2009)
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • GenericFileInfoPanel

      public GenericFileInfoPanel()
      Builds an instance of the panel. The file informations are not displayed until the setFile(File) method is called.
  • Method Details

    • setFile

      public void setFile(File file)
      Sets the file that the information are needed
      Parameters:
      file -