Package VASSAL.tools

Interface ToolBarComponent

All Known Implementing Classes:
AbstractScenarioProperty, BasicModule, BooleanScenarioProperty, GameModule, GlobalProperties, GlobalProperty, GlobalTranslatableMessage, GlobalTranslatableMessages, ListScenarioProperty, Map, NumberScenarioProperty, PlayerHand, PrivateMap, StringScenarioProperty, TemporaryToolBar, WidgetMap, ZoneProperty
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ToolBarComponent
Indicates a component with a toolbar
Author:
rkinney
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default void
    Update the text labels in the toolbar's component buttons (for mutable button label support)
  • Method Details

    • getToolBar

      JToolBar getToolBar()
    • updateToolbarButtons

      default void updateToolbarButtons()
      Update the text labels in the toolbar's component buttons (for mutable button label support)