OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActionFactory
(Results
1 - 11
of
11
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java
22
import org.eclipse.ui.actions.
ActionFactory
;
78
actionBars.setGlobalActionHandler(
ActionFactory
.DELETE.getId(),
80
actionBars.setGlobalActionHandler(
ActionFactory
.UNDO.getId(),
82
actionBars.setGlobalActionHandler(
ActionFactory
.REDO.getId(),
84
actionBars.setGlobalActionHandler(
ActionFactory
.CUT.getId(),
86
actionBars.setGlobalActionHandler(
ActionFactory
.COPY.getId(),
88
actionBars.setGlobalActionHandler(
ActionFactory
.PASTE.getId(),
90
actionBars.setGlobalActionHandler(
ActionFactory
.SELECT_ALL.getId(),
92
actionBars.setGlobalActionHandler(
ActionFactory
.FIND.getId(),
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java
28
import org.eclipse.ui.actions.
ActionFactory
;
73
actionBars.setGlobalActionHandler(
ActionFactory
.COPY.getId(),
84
actionBars.setGlobalActionHandler(
ActionFactory
.SELECT_ALL.getId(),
LogCatView.java
33
import org.eclipse.ui.actions.
ActionFactory
;
69
actionBars.setGlobalActionHandler(
ActionFactory
.COPY.getId(),
77
actionBars.setGlobalActionHandler(
ActionFactory
.SELECT_ALL.getId(),
85
actionBars.setGlobalActionHandler(
ActionFactory
.FIND.getId(),
OldLogCatView.java
54
import org.eclipse.ui.actions.
ActionFactory
;
291
actionBars.setGlobalActionHandler(
ActionFactory
.COPY.getId(), new Action(
300
actionBars.setGlobalActionHandler(
ActionFactory
.SELECT_ALL.getId(),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
47
import org.eclipse.ui.actions.
ActionFactory
;
176
IAction action = mTextEditor.getAction(
ActionFactory
.UNDO.getId());
177
bars.setGlobalActionHandler(
ActionFactory
.UNDO.getId(), action);
179
action = mTextEditor.getAction(
ActionFactory
.REDO.getId());
180
bars.setGlobalActionHandler(
ActionFactory
.REDO.getId(), action);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
94
import org.eclipse.ui.actions.
ActionFactory
;
95
import org.eclipse.ui.actions.
ActionFactory
.IWorkbenchAction;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java
92
import org.eclipse.ui.actions.
ActionFactory
;
223
actionBars.setGlobalActionHandler(
ActionFactory
.COPY.getId(),
231
actionBars.setGlobalActionHandler(
ActionFactory
.SELECT_ALL.getId(),
239
actionBars.setGlobalActionHandler(
ActionFactory
.FIND.getId(),
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 477 milliseconds