OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:editorInput
(Results
1 - 14
of
14
) 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
735
IEditorInput
editorInput
= editor.getEditorInput();
736
if (
editorInput
instanceof FileEditorInput) {
737
IFile file = ((FileEditorInput)
editorInput
).getFile();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
686
* @param
editorInput
the editor input to check
690
public static String getParentFolderName(@Nullable IEditorInput
editorInput
) {
691
if (
editorInput
instanceof IFileEditorInput) {
692
IFile file = ((IFileEditorInput)
editorInput
).getFile();
696
if (
editorInput
instanceof IURIEditorInput) {
697
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/guice/lib/build/
bnd-0.0.384.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
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
Completed in 113 milliseconds