|
Eclipse Platform Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.ui.part.MultiEditorInput
Implements a input for a MultiEditor. This class is intended to be instanciated by clients but is not intented to be subclassed.
| Constructor Summary | |
MultiEditorInput(String[] editorIDs,
IEditorInput[] innerEditors)
Constructor for MultiEditorInput. |
|
| Method Summary | |
boolean |
exists()
Returns whether the editor input exists. |
Object |
getAdapter(Class adapter)
Returns an object which is an instance of the given class associated with this object. |
String[] |
getEditors()
Retunrs an array with the id of all inner editors. |
ImageDescriptor |
getImageDescriptor()
Returns the image descriptor for this input. |
IEditorInput[] |
getInput()
Returns an array with the input of all inner editors. |
String |
getName()
Returns the name of this editor input for display purposes. |
IPersistableElement |
getPersistable()
Returns an object that can be used to save the state of this editor input. |
String |
getToolTipText()
Returns the tool tip text for this editor input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiEditorInput(String[] editorIDs,
IEditorInput[] innerEditors)
| Method Detail |
public IEditorInput[] getInput()
public String[] getEditors()
public boolean exists()
IEditorInput
This method is primarily used to determine if an editor input should
appear in the "File Most Recently Used" menu. An editor input will appear
in the list until the return value of exists becomes
false or it drops off the bottom of the list.
exists in interface IEditorInputtrue if the editor input exists; false
otherwisepublic ImageDescriptor getImageDescriptor()
IEditorInput
getImageDescriptor in interface IEditorInputpublic String getName()
IEditorInputFor instance, when the input is from a file, the return value would ordinarily be just the file name.
getName in interface IEditorInputpublic IPersistableElement getPersistable()
IEditorInput
getPersistable in interface IEditorInputnull if this editor input
cannot be persistedpublic String getToolTipText()
IEditorInput
getToolTipText in interface IEditorInputpublic Object getAdapter(Class adapter)
IAdaptablenull if
no such object can be found.
getAdapter in interface IAdaptableadapter - the adapter class to look up
null if this object does not
have an adapter for the given class
|
Eclipse Platform Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.