OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geteditorinput
(Results
1 - 25
of
38
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java
66
// Per the IEditorMatchingStrategy documentation, editorRef.
getEditorInput
()
76
return input.equals(editorRef.
getEditorInput
());
CommonXmlEditor.java
335
if (mDelegate != null &&
getEditorInput
() instanceof IFileEditorInput) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java
48
// Per the IEditorMatchingStrategy documentation, editorRef.
getEditorInput
()
60
IEditorInput editorInput = editorRef.
getEditorInput
();
LayoutEditorDelegate.java
260
IEditorInput input = getEditor().
getEditorInput
();
282
getEditor().
getEditorInput
());
333
if (getEditor().
getEditorInput
().equals(editorInput)) {
759
IEditorInput editorInput = getEditor().
getEditorInput
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
193
if (
getEditorInput
() instanceof IFileEditorInput) {
194
IFile file = ((IFileEditorInput)
getEditorInput
()).getFile();
267
if (
getEditorInput
() instanceof IFileEditorInput) {
268
IFile file = ((IFileEditorInput)
getEditorInput
()).getFile();
296
if (((FileEditorInput)mTextEditor.
getEditorInput
())
300
.
getEditorInput
());
331
if (
getEditorInput
() instanceof IFileEditorInput) {
332
return ((IFileEditorInput)
getEditorInput
()).getFile();
381
setInput(editor.
getEditorInput
());
500
int index = addPage(mTextEditor,
getEditorInput
());
[
all
...]
AndroidXmlEditor.java
567
IEditorInput input =
getEditorInput
();
681
setInput(editor.
getEditorInput
());
818
int index = addPage(mTextEditor,
getEditorInput
());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java
81
IEditorInput input = mEditor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java
63
String folderName = AdtUtils.getParentFolderName(mEditor.
getEditorInput
());
AnimationEditorDelegate.java
155
String folderName = AdtUtils.getParentFolderName(getEditor().
getEditorInput
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java
91
return mEditorDelegate.getEditor().
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java
115
IEditorInput input = editor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java
114
IEditorInput input = mOverviewPage.mEditor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java
124
IEditorInput input = ((IEditorPart) part).
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java
94
IEditorInput input = textEditor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java
162
IEditorInput editorInput = editor.
getEditorInput
();
186
IEditorInput editorInput = editor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java
122
IEditorInput editorInput = textEditor.
getEditorInput
();
314
IEditorInput editorInput = textEditor.
getEditorInput
();
LintFixGenerator.java
270
IEditorInput input = activeEditor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java
394
IDocument document = documentProvider.getDocument(mEditor.
getEditorInput
());
403
IEditorInput input = mEditor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java
164
IEditorInput input = editor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
286
Object input = ((AndroidXmlEditor) activeEditor).
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java
248
IEditorInput input = editor.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java
191
IEditorInput input = ((IEditorPart)part).
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java
208
input = ref.
getEditorInput
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java
188
((FileEditorInput) currentFile.
getEditorInput
()).getFile().getProjectRelativePath());
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java
105
final IEditorInput input =
getEditorInput
();
Completed in 151 milliseconds
1
2