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.
Indicates a component with a toolbar
- Author:
- rkinney
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidUpdate 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)
-