OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:editorInput
(Results
1 - 12
of
12
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java
60
IEditorInput
editorInput
= editorRef.getEditorInput();
61
if (
editorInput
instanceof FileEditorInput) {
62
FileEditorInput editorFileInput = (FileEditorInput)
editorInput
;
LayoutEditorDelegate.java
332
public void showEditorInput(IEditorInput
editorInput
) {
333
if (getEditor().getEditorInput().equals(
editorInput
)) {
358
getEditor().setInputWithNotify(
editorInput
);
759
IEditorInput
editorInput
= getEditor().getEditorInput();
761
&&
editorInput
instanceof IFileEditorInput) {
762
IFileEditorInput fileInput = (IFileEditorInput)
editorInput
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
104
public void init(IEditorSite site, final IEditorInput
editorInput
)
106
if (
editorInput
instanceof IFileEditorInput) {
108
IFileEditorInput fileInput = (IFileEditorInput)
editorInput
;
144
String folderName = AdtUtils.getParentFolderName(
editorInput
);
167
} else if (
editorInput
instanceof IURIEditorInput) {
168
String folderName = AdtUtils.getParentFolderName(
editorInput
);
189
((IURIEditorInput)
editorInput
).getURI().toString(),
200
(
editorInput
== null ? "null" :
editorInput
.toString())); //$NON-NLS-1$
204
super.init(site,
editorInput
);
[
all
...]
/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();
163
if (
editorInput
instanceof FileEditorInput) {
164
IFile f = ((FileEditorInput)
editorInput
).getFile();
186
IEditorInput
editorInput
= editor.getEditorInput();
187
if (
editorInput
instanceof FileEditorInput) {
188
IFile f = ((FileEditorInput)
editorInput
).getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java
122
IEditorInput
editorInput
= textEditor.getEditorInput();
123
IDocument document = provider.getDocument(
editorInput
);
128
ICompilationUnit compilationUnit = manager.getWorkingCopy(
editorInput
);
314
IEditorInput
editorInput
= textEditor.getEditorInput();
315
IDocument document = provider.getDocument(
editorInput
);
321
ICompilationUnit compilationUnit = manager.getWorkingCopy(
editorInput
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
317
public void init(IEditorSite site, IEditorInput
editorInput
) throws PartInitException {
318
if (!(
editorInput
instanceof IFileEditorInput))
320
super.init(site,
editorInput
);
Hyperlinks.java
713
IEditorInput
editorInput
= editor.getEditorInput();
714
if (
editorInput
instanceof FileEditorInput) {
715
IFile file = ((FileEditorInput)
editorInput
).getFile();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
687
* @param
editorInput
the editor input to check
691
public static String getParentFolderName(@Nullable IEditorInput
editorInput
) {
692
if (
editorInput
instanceof IFileEditorInput) {
693
IFile file = ((IFileEditorInput)
editorInput
).getFile();
697
if (
editorInput
instanceof IURIEditorInput) {
698
IURIEditorInput urlEditorInput = (IURIEditorInput)
editorInput
;
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
Completed in 1101 milliseconds