Home
last modified time | relevance | path

Searched refs:NestedChoiceMenu (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java404 return new ActionContributionItem(new NestedChoiceMenu(parentAction, nodes)); in createContributionItem()
577 private class NestedChoiceMenu extends SubmenuAction { class in DynamicContextMenu
581 NestedChoiceMenu(Choices parentAction, List<INode> nodes) { in NestedChoiceMenu() method in DynamicContextMenu.NestedChoiceMenu