OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:editorpart
(Results
1 - 14
of
14
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java
63
IEditorPart
editorPart
= AdtUtils.getActiveEditor();
64
if (
editorPart
instanceof AndroidXmlEditor) {
69
new ExtractStringRefactoring(file,
editorPart
, selection);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java
45
* @see org.eclipse.ui.part.
EditorPart
#setInput(org.eclipse.ui.IEditorInput)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java
42
import org.eclipse.ui.part.
EditorPart
;
51
public class Draw9PatchEditor extends
EditorPart
implements ImageViewer.UpdateListener {
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java
45
import org.eclipse.ui.part.
EditorPart
;
50
public class UiAutomatorViewer extends
EditorPart
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
167
* @param
editorPart
An editor part. Can be null.
170
public static @Nullable LayoutEditorDelegate fromEditor(@Nullable IEditorPart
editorPart
) {
171
if (
editorPart
instanceof CommonXmlEditor) {
172
CommonXmlDelegate delegate = ((CommonXmlEditor)
editorPart
).getDelegate();
176
} else if (
editorPart
instanceof GraphicalEditorPart) {
177
GraphicalEditorPart part = (GraphicalEditorPart)
editorPart
;
318
* @see org.eclipse.ui.part.
EditorPart
#setInputWithNotify(org.eclipse.ui.IEditorInput)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java
61
import org.eclipse.ui.part.
EditorPart
;
68
public class TraceviewEditor extends
EditorPart
implements MethodHandler {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
284
// This will also create the
EditorPart
.
287
// When the
EditorPart
is being created, it configures the SourceViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java
[
all
...]
GraphicalEditorPart.java
166
import org.eclipse.ui.part.
EditorPart
;
200
public class GraphicalEditorPart extends
EditorPart
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
299
IEditorPart
editorPart
= pages[i].findEditor(mTextEditor
301
pages[i].closeEditor(
editorPart
, true);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java
93
import org.eclipse.ui.part.
EditorPart
;
104
public class GLFunctionTraceViewer extends
EditorPart
implements ISelectionProvider {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 3478 milliseconds