Class MultiActionButton

All Implemented Interfaces:
ContainerListener, PropertyChangeListener, EventListener, AutoConfigurable, Buildable, Configurable, GameComponent, PropertyNameSource, ValidityChecker, Translatable, ImageSearchTarget, SearchTarget, RecursionLimiter.Loopable

public class MultiActionButton extends ToolbarMenu implements RecursionLimiter.Loopable
Combines multiple buttons from the toolbar into a single button. Pushing the single button is equivalent to pushing the other buttons in order.
Author:
rkinney
  • Constructor Details

    • MultiActionButton

      public MultiActionButton()
  • Method Details