Class ShutdownButton

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

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

    • ShutdownButton

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