OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEditorInput
(Results
1 - 5
of
5
) sorted by null
/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
...]
/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.workbench_3.6.1.M20101117-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 80 milliseconds