Class RenamerMainPanel

All Implemented Interfaces:
IRememberPreferences, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class RenamerMainPanel extends JPanel implements PropertyChangeListener, IRememberPreferences
Since:
1.0 30-août-08
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • RenamerMainPanel

      public RenamerMainPanel()
  • Method Details

    • loadPreferences

      public void loadPreferences()
      Specified by:
      loadPreferences in interface IRememberPreferences
    • savePreferences

      public void savePreferences()
      Specified by:
      savePreferences in interface IRememberPreferences
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • addFiles

      public void addFiles(List<File> files)
      Adds files to the list of files to rename. If the cleanFileListCheckBox is selected, all previous files are removed from the list before adding news.
      Parameters:
      files - files to add
      Since:
      0.0.12-SNAPSHOT (Feb 8 2009)
    • showCard

      public void showCard(RenamerMainPanel.Card card)
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.