Class TemporaryToolBar
java.lang.Object
VASSAL.tools.TemporaryToolBar
- All Implemented Interfaces:
ToolBarComponent
Stores components in a dummy toolbar, then transfers them to another toolbar
component when it becomes available. Used to get around lazy creation of
toolbars in ToolBarComponents
- Author:
- rkinney
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToolBarComponent
updateToolbarButtonsModifier and TypeMethodDescriptiondefault voidUpdate the text labels in the toolbar's component buttons (for mutable button label support)
-
Constructor Details
-
TemporaryToolBar
public TemporaryToolBar()
-
-
Method Details
-
getToolBar
- Specified by:
getToolBarin interfaceToolBarComponent
-
setDelegate
-