Class FavoritesDropPanel

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

public class FavoritesDropPanel extends FavoritesFoldersPanel
Since:
1.0 Sep 9, 2009
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Field Details

    • selectFileOnDrop

      boolean selectFileOnDrop
      This triggers the action associated to the item when a new file is dropped into the list. Usually, the action is showing the containing files into a fileview, and showing file properties
  • Constructor Details

    • FavoritesDropPanel

      public FavoritesDropPanel(BrolCrumbBar breadcrumbFileSelector)
      Parameters:
      breadcrumbFileSelector -
  • Method Details

    • isSelectFileOnDrop

      public final boolean isSelectFileOnDrop()
      Returns:
      true if the file must be selected when we drop it into the list.
      See Also:
      selectFileOnDrop
    • setSelectFileOnDrop

      public final void setSelectFileOnDrop(boolean selectFileOnDrop)
      Parameters:
      selectFileOnDrop - true if the file must be selected when we drop it into the list.
      See Also:
      selectFileOnDrop
    • main

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

      protected void customizeGUI()
      Overrides:
      customizeGUI in class FavoritesFoldersPanel