Class SaveButton

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

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

    • SaveButton

      public SaveButton(Master master) throws IOException
      Constructs a new "save" button.
      Parameters:
      master - The master that shall execute the save action.
      Throws:
      IOException - If an Input/Output errors occurs during icon reading.
  • Method Details

    • setSlavesPanel

      public final void setSlavesPanel(SlavesPanel slavesPanel)
      Sets the panel containing snapshots to save.
      Parameters:
      slavesPanel - The panel containing snapshots to save.