Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlEditor.java369 IActionBars bars = getEditorSite().getActionBars();
370 if (bars != null) {
372 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
375 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), action);
377 bars.setGlobalActionHandler(ActionFactory.DELETE.getId(),
379 bars.setGlobalActionHandler(ActionFactory.CUT.getId(),
381 bars.setGlobalActionHandler(ActionFactory.COPY.getId(),
383 bars.setGlobalActionHandler(ActionFactory.PASTE.getId(),
385 bars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(),
387 bars.setGlobalActionHandler(ActionFactory.FIND.getId(),
[all …]
DAndroidTextEditor.java174 IActionBars bars = getEditorSite().getActionBars(); in createUndoRedoActions() local
175 if (bars != null) { in createUndoRedoActions()
177 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action); in createUndoRedoActions()
180 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), action); in createUndoRedoActions()
182 bars.updateActionBars(); in createUndoRedoActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java1419 public void updateGlobalActions(@NonNull IActionBars bars) { in updateGlobalActions() argument
1425 bars.setGlobalActionHandler(ActionFactory.CUT.getId(), mCutAction); in updateGlobalActions()
1426 bars.setGlobalActionHandler(ActionFactory.COPY.getId(), mCopyAction); in updateGlobalActions()
1427 bars.setGlobalActionHandler(ActionFactory.PASTE.getId(), mPasteAction); in updateGlobalActions()
1428 bars.setGlobalActionHandler(ActionFactory.DELETE.getId(), mDeleteAction); in updateGlobalActions()
1429 bars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(), mSelectAllAction); in updateGlobalActions()
1439 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), mUndoAction); in updateGlobalActions()
1444 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), mRedoAction); in updateGlobalActions()
1446 bars.setGlobalActionHandler(ActionFactory.CUT.getId(), in updateGlobalActions()
1448 bars.setGlobalActionHandler(ActionFactory.COPY.getId(), in updateGlobalActions()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java705 IActionBars bars = getEditor().getEditorSite().getActionBars(); in delegatePostPageChange() local
706 if (bars != null) { in delegatePostPageChange()
707 canvas.updateGlobalActions(bars); in delegatePostPageChange()
729 public void setActiveEditor(IEditorPart part, IActionBars bars) { in setActiveEditor() argument
733 canvas.updateGlobalActions(bars); in setActiveEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonXmlDelegate.java77 public void setActiveEditor(IEditorPart part, IActionBars bars); in setActiveEditor() argument
/sdk/eclipse/
Dchanges.txt382 and title bars to more accurately reflect the actual screen space