Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/ui/
DContextMenu.java17 private class CommandWrapper implements Command { class in ContextMenu
20 CommandWrapper(Command command) { in CommandWrapper() method in ContextMenu.CommandWrapper
37 return super.addItem(text, new CommandWrapper(cmd)); in addItem()
61 menu.addItem(text, new CommandWrapper(cmd)); in addItem()