Class TrashButton

All Implemented Interfaces:
MouseListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class TrashButton extends AbstractToolBarButton
A specific button for the "trash" action.
Author:
Zleurtor
See Also:
  • Constructor Details

    • TrashButton

      public TrashButton(Master master, SlavesPanel slavesPanel) throws IOException
      Constructs a new "trash" button.
      Parameters:
      master - The master that shall execute the trash action.
      slavesPanel - The slaves panel for which the trash button shall be created.
      Throws:
      IOException - If an Input/Output errors occurs during icon reading.