Package VASSAL.tools

Interface ToolBarComponent

All Known Implementing Classes:
BasicModule, GameModule, GlobalProperties, GlobalProperty, Map, PlayerHand, PrivateMap, 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
    JToolBar getToolBar()  
  • Method Details