Searched refs:mCutAction (Results 1 – 1 of 1) sorted by relevance
184 private Action mCutAction; field in LayoutCanvas1323 mCutAction = new Action() { in setupGlobalActionHandlers()1331 copyActionAttributes(mCutAction, ActionFactory.CUT); in setupGlobalActionHandlers()1382 return mCutAction.getText(); in getCutLabel()1401 mCutAction.setEnabled(hasSelection); in updateMenuActionState()1425 bars.setGlobalActionHandler(ActionFactory.CUT.getId(), mCutAction); in updateGlobalActions() local1545 manager.add(mCutAction); in setupStaticMenuActions()