Package com.iizigo.swt
Interface IFlatToolbarButton
public interface IFlatToolbarButton
Flat button pressed.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiondefault IFlatToolbarButtonIntegrationgetIntegration(FlatToolbarButton button) Initializes the specialized interface that displays tooltips and context menu.voidonSelected(FlatToolbarButton button) Called when the button is pressed.
Method Details
onSelected
Called when the button is pressed.- Parameters:
button- The button.
getIntegration
Initializes the specialized interface that displays tooltips and context menu.- Returns:
- The interface supporting integration with the button, or null for none.