Package com.iizigo.swt
Interface IFlatToolbarButton
public interface IFlatToolbarButton
Flat button pressed.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- default IFlatToolbarButtonIntegration- getIntegration- (FlatToolbarButton button) Initializes the specialized interface that displays tooltips and context menu.- void- onSelected- (FlatToolbarButton button) Called when the button is pressed.
- Method Details- onSelectedCalled when the button is pressed.- Parameters:
- button- The button.
 
- getIntegrationInitializes the specialized interface that displays tooltips and context menu.- Returns:
- The interface supporting integration with the button, or null for none.