Searched refs:getAction (Results 1 - 25 of 42) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
H A DManifestEditorContributor.java56 protected IAction getAction(ITextEditor editor, String actionID) { method in class:ManifestEditorContributor
57 return (editor == null ? null : editor.getAction(actionID));
79 getAction(editor, ITextEditorActionConstants.DELETE));
81 getAction(editor, ITextEditorActionConstants.UNDO));
83 getAction(editor, ITextEditorActionConstants.REDO));
85 getAction(editor, ITextEditorActionConstants.CUT));
87 getAction(editor, ITextEditorActionConstants.COPY));
89 getAction(editor, ITextEditorActionConstants.PASTE));
91 getAction(editor, ITextEditorActionConstants.SELECT_ALL));
93 getAction(edito
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
H A DPixelPerfectView.java51 mm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
52 mm.add(RefreshPixelPerfectAction.getAction());
53 mm.add(LoadOverlayAction.getAction(getSite().getShell()));
57 tm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
58 tm.add(RefreshPixelPerfectAction.getAction());
59 tm.add(LoadOverlayAction.getAction(getSite().getShell()));
H A DTreeViewView.java71 mm.add(SaveTreeViewAction.getAction(getSite().getShell()));
72 mm.add(CapturePSDAction.getAction(getSite().getShell()));
74 mm.add(RefreshViewAction.getAction());
75 mm.add(DisplayViewAction.getAction(getSite().getShell()));
77 mm.add(InvalidateAction.getAction());
78 mm.add(RequestLayoutAction.getAction());
79 mm.add(DumpDisplayListAction.getAction());
83 tm.add(SaveTreeViewAction.getAction(getSite().getShell()));
84 tm.add(CapturePSDAction.getAction(getSite().getShell()));
86 tm.add(RefreshViewAction.getAction());
[all...]
H A DDeviceSelectorView.java74 mm.add(RefreshWindowsAction.getAction());
78 tm.add(RefreshWindowsAction.getAction());
81 mm.add(LoadViewHierarchyAction.getAction());
82 tm.add(LoadViewHierarchyAction.getAction());
85 mm.add(InspectScreenshotAction.getAction());
86 tm.add(InspectScreenshotAction.getAction());
H A DPixelPerfectTreeView.java49 mm.add(RefreshPixelPerfectTreeAction.getAction());
53 tm.add(RefreshPixelPerfectTreeAction.getAction());
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/actions/
H A DQuitAction.java33 public static QuitAction getAction() { method in class:QuitAction
H A DAboutAction.java49 public static AboutAction getAction(Shell shell) { method in class:AboutAction
H A DLoadAllViewsAction.java44 public static LoadAllViewsAction getAction() { method in class:LoadAllViewsAction
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
H A DHierarchyViewerApplication.java341 new ActionButton(innerButtonPanel, RefreshWindowsAction.getAction());
345 new ActionButton(innerButtonPanel, LoadViewHierarchyAction.getAction());
349 new ActionButton(innerButtonPanel, InspectScreenshotAction.getAction());
381 new ActionButton(innerButtonPanel, SaveTreeViewAction.getAction(getShell()));
385 new ActionButton(innerButtonPanel, CapturePSDAction.getAction(getShell()));
389 new ActionButton(innerButtonPanel, RefreshViewAction.getAction());
393 new ActionButton(innerButtonPanel, DisplayViewAction.getAction(getShell()));
396 ActionButton invalidate = new ActionButton(innerButtonPanel, InvalidateAction.getAction());
400 new ActionButton(innerButtonPanel, RequestLayoutAction.getAction());
404 new ActionButton(innerButtonPanel, DumpDisplayListAction.getAction());
[all...]
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
H A DDumpDisplayListAction.java40 public static DumpDisplayListAction getAction() { method in class:DumpDisplayListAction
H A DInvalidateAction.java42 public static InvalidateAction getAction() { method in class:InvalidateAction
H A DRefreshPixelPerfectAction.java42 public static RefreshPixelPerfectAction getAction() { method in class:RefreshPixelPerfectAction
H A DRefreshPixelPerfectTreeAction.java42 public static RefreshPixelPerfectTreeAction getAction() { method in class:RefreshPixelPerfectTreeAction
H A DRefreshViewAction.java42 public static RefreshViewAction getAction() { method in class:RefreshViewAction
H A DRefreshWindowsAction.java43 public static RefreshWindowsAction getAction() { method in class:RefreshWindowsAction
H A DRequestLayoutAction.java42 public static RequestLayoutAction getAction() { method in class:RequestLayoutAction
H A DInspectScreenshotAction.java50 public static InspectScreenshotAction getAction() { method in class:InspectScreenshotAction
92 InspectScreenshotAction.getAction().setEnabled(device != null);
H A DLoadViewHierarchyAction.java50 public static LoadViewHierarchyAction getAction() { method in class:LoadViewHierarchyAction
92 LoadViewHierarchyAction.getAction().setEnabled(window != null);
H A DCapturePSDAction.java46 public static CapturePSDAction getAction(Shell shell) { method in class:CapturePSDAction
H A DDisplayViewAction.java46 public static DisplayViewAction getAction(Shell shell) { method in class:DisplayViewAction
H A DLoadOverlayAction.java46 public static LoadOverlayAction getAction(Shell shell) { method in class:LoadOverlayAction
H A DPixelPerfectAutoRefreshAction.java43 public static PixelPerfectAutoRefreshAction getAction() { method in class:PixelPerfectAutoRefreshAction
H A DSavePixelPerfectAction.java46 public static SavePixelPerfectAction getAction(Shell shell) { method in class:SavePixelPerfectAction
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
H A DPostActivityCreationAction.java43 public static IPostTypeCreationAction getAction() { method in class:PostActivityCreationAction
H A DPostReceiverCreationAction.java42 public static IPostTypeCreationAction getAction() { method in class:PostReceiverCreationAction

Completed in 287 milliseconds

12