Searched refs:mAction (Results 1 – 10 of 10) sorted by relevance
33 private final IAction mAction; field in DelegatingAction41 mAction = action; in DelegatingAction()46 mAction.addPropertyChangeListener(listener); in addPropertyChangeListener()51 return mAction.getAccelerator(); in getAccelerator()56 return mAction.getActionDefinitionId(); in getActionDefinitionId()61 return mAction.getDescription(); in getDescription()66 return mAction.getDisabledImageDescriptor(); in getDisabledImageDescriptor()71 return mAction.getHelpListener(); in getHelpListener()76 return mAction.getHoverImageDescriptor(); in getHoverImageDescriptor()81 return mAction.getId(); in getId()[all …]
1154 private final int mAction; field in PaletteControl.ToggleViewOptionAction1164 mAction = action; in ToggleViewOptionAction()1172 switch (mAction) { in run()
2348 private final int mAction; field in GraphicalEditorPart.ActionLinkStyleRange2352 mAction = action; in ActionLinkStyleRange()2358 switch (mAction) { in onClick()2471 assert false : mAction; in onClick()
47 private final int mAction; field in LocaleMenuListener55 mAction = action; in LocaleMenuListener()61 switch (mAction) { in widgetSelected()74 default: assert false : mAction; in widgetSelected()
52 private final int mAction; field in ActivityMenuListener60 mAction = action; in ActivityMenuListener()66 switch (mAction) { in widgetSelected()78 default: assert false : mAction; in widgetSelected()
72 private final int mAction; field in ConfigurationMenuListener82 mAction = action; in ConfigurationMenuListener()89 switch (mAction) { in widgetSelected()123 switch (mAction) { in widgetSelected()136 default: assert false : mAction; in widgetSelected()
184 private final int mAction; field in RunLintAction.LintMenuAction201 mAction = action; in LintMenuAction()207 if (mAction == ACTION_TOGGLE_EXCLUDE) { in run()223 if (mAction == ACTION_CLEAR) { in run()226 assert mAction == ACTION_RUN; in run()
448 private final int mAction; field in LintViewPart.LintViewAction453 mAction = action; in LintViewAction()462 switch (mAction) { in run()555 boolean ignoreInFile = mAction == ACTION_IGNORE_FILE; in run()621 assert false : mAction; in run()
349 private final int mAction; field in PropertySheetPage.PropertySheetAction354 mAction = action; in PropertySheetAction()364 switch (mAction) { in run()393 assert false : mAction; in run()
918 private final DescriptorFilterAction mAction; field in UiTreeBlock.DescriptorFilterAction.DescriptorFilter921 mAction = action; in DescriptorFilter()925 return mAction; in getAction()