Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.IEditorReference

Packages that use IEditorReference
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IEditorReference in org.eclipse.ui
 

Methods in org.eclipse.ui that return IEditorReference
  IEditorReference[] IWorkbenchPage. findEditors ( IEditorInput input, String editorId, int matchFlags)
          Returns an array of editor references that match the given input and/or editor id, as specified by the given match flags.
  IEditorReference[] IWorkbenchPage. getEditorReferences ()
          Returns an array of references to open editors in this page.
  IEditorReference[] IWorkbenchPage. openEditors ( IEditorInput[] inputs, String[] editorIDs, int matchFlags)
          Opens editors for the given inputs.
 

Methods in org.eclipse.ui with parameters of type IEditorReference
 boolean IWorkbenchPage. closeEditors ( IEditorReference[] editorRefs, boolean save)
          Closes the given Array of editor references.
 void IWorkbenchPage. hideEditor ( IEditorReference ref)
          Remove an open editor, turn it into a non-participating editor.
 boolean IEditorMatchingStrategy. matches ( IEditorReference editorRef, IEditorInput input)
          Returns whether the editor represented by the given editor reference matches the given editor input.
 void IWorkbenchPage. showEditor ( IEditorReference ref)
          Add back an open but non-participating editor
 

Uses of IEditorReference in org.eclipse.ui.ide
 

Methods in org.eclipse.ui.ide that return IEditorReference
static  IEditorReference[] IDE. openEditors ( IWorkbenchPage page, IFile[] inputs)
          Opens editors on given file resources.
 

Uses of IEditorReference in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type IEditorReference
abstract   Composite AbstractMultiEditor. getInnerEditorContainer ( IEditorReference innerEditorReference)
          This method is called after createPartControl has been executed and should return the container for the given inner editor.
  Composite MultiEditor. getInnerEditorContainer ( IEditorReference innerEditorReference)
           
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire