Searched refs:mDeleteAction (Results 1 – 1 of 1) sorted by relevance
175 private Action mDeleteAction; field in LayoutCanvas453 mDeleteAction.run(); in handleKeyPressed()1353 mDeleteAction = new Action() { in setupGlobalActionHandlers()1362 copyActionAttributes(mDeleteAction, ActionFactory.DELETE); in setupGlobalActionHandlers()1387 return mDeleteAction.getText(); in getDeleteLabel()1403 mDeleteAction.setEnabled(hasSelection); in updateMenuActionState()1428 bars.setGlobalActionHandler(ActionFactory.DELETE.getId(), mDeleteAction); in updateGlobalActions() local1549 manager.add(mDeleteAction); in setupStaticMenuActions()1572 mDeleteAction.run(); in delete()