Class UpdateButton

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

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

    • UpdateButton

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