Package com.e1c.langtool.ui.common.combo
Interface MenuActionComboBox.IContributionItemFactory<V>
- Type Parameters:
V- the type of items contained by parentMenuActionComboBox
- All Known Implementing Classes:
MenuActionComboBox.ItemFactory
- Enclosing class:
- MenuActionComboBox<T>
public static interface MenuActionComboBox.IContributionItemFactory<V>
The factory is used to create items for
MenuActionComboBox.-
Method Summary
-
Method Details
-
create
Creates a new contribution item for dropdown menu that is a representation of the given item in specified index.- Parameters:
item- the item on basis of which theContributionItemwill be createdindex- the index of the given item (seeIComboBox.indexOf(Object)- Returns:
- a new
ContributionItemelement for dropdown menu - See Also:
-
ContributionItem
-