Interface SGToolbarBuilder
- All Known Implementing Classes:
SGDefaultToolbarBuilder
public interface SGToolbarBuilder
An interface for a toolbar button builder.
The toolbar button builder is responsible for rendering the toolbar buttons for an
The toolbar button builder is responsible for rendering the toolbar buttons for an
SGMenu. This can be customized to render different pagination
items, etc., for a GUI.-
Method Summary
Modifier and TypeMethodDescriptionbuildToolbarButton(int slot, int page, SGToolbarButtonType defaultType, SGMenu menu) Specifies the toolbar button builder for anSGMenu.
-
Method Details