Class BeaconScreen.BeaconScreenButton

All Implemented Interfaces:
GuiEventListener, Renderable, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier, BeaconScreen.BeaconButton
Direct Known Subclasses:
BeaconScreen.BeaconPowerButton, BeaconScreen.BeaconSpriteScreenButton
Enclosing class:
BeaconScreen

private abstract static class BeaconScreen.BeaconScreenButton extends AbstractButton implements BeaconScreen.BeaconButton
  • Field Details

    • selected

      private boolean selected
  • Constructor Details

    • BeaconScreenButton

      protected BeaconScreenButton(int x, int y)
    • BeaconScreenButton

      protected BeaconScreenButton(int x, int y, Component component)
  • Method Details