Class SnapshotButton

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

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

    • SnapshotButton

      public SnapshotButton(Master master, SlavesPanel slavesPanel) throws IOException
      Constructs a new "snapshot" button.
      Parameters:
      master - The master that shall execute the snapshot action.
      slavesPanel - The panel containing information to take snapshots.
      Throws:
      IOException - If an Input/Output errors occurs during icon reading.