Package com.iizix.swt
Interface IDropdownMenuInitializer
public interface IDropdownMenuInitializer
Menu initializer for the drop-down list.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInitialize(DropdownSelectionListener dsl)
Called when the menu is dropped down and has been cleared if this was requested.
Method Detail
onInitialize
void onInitialize(DropdownSelectionListener dsl)
Called when the menu is dropped down and has been cleared if this was requested.