| |
|
| java.lang.Object org.eclipse.ui.part.MultiEditorInput
MultiEditorInput | public class MultiEditorInput implements IEditorInput(Code) | | Implements an input for a MultiEditor .
This class is intended to be instantiated by clients but is
not intended to be subclassed.
|
MultiEditorInput | public MultiEditorInput(String[] editorIDs, IEditorInput[] innerEditors)(Code) | | Constructs a new MultiEditorInput.
|
exists | public boolean exists()(Code) | | |
getEditors | public String[] getEditors()(Code) | | Retunrs an array with the id of all inner editors.
|
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | |
getInput | public IEditorInput[] getInput()(Code) | | Returns an array with the input of all inner editors.
|
hashCode | public int hashCode()(Code) | | |
|
|
|