Interface TitlePaneButtonProvider
- All Known Implementing Classes:
DefaultTitlePaneButtonsProvider.DefaultCloseButtonProvider, DefaultTitlePaneButtonsProvider.DefaultIconifyButtonProvider, DefaultTitlePaneButtonsProvider.DefaultMaximizeButtonProvider, DefaultTitlePaneButtonsProvider.DefaultRestoreButtonProvider
public interface TitlePaneButtonProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoiddrawIcon(Graphics2D g, ContainerColorTokens colorTokens, float alpha, int iconSize) Draws the icon for this button.Returns the text associated with this button.
-
Method Details
-
getText
-
drawIcon
Draws the icon for this button.
-