public class MavenFileEditorInput extends Object implements org.eclipse.ui.IStorageEditorInput
| Constructor and Description |
|---|
MavenFileEditorInput(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
<T> T |
getAdapter(Class<T> adapter) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
org.eclipse.core.resources.IStorage |
getStorage() |
String |
getToolTipText() |
public MavenFileEditorInput(String fileName)
public boolean exists()
exists in interface org.eclipse.ui.IEditorInputpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic String getName()
getName in interface org.eclipse.ui.IEditorInputpublic String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInputpublic org.eclipse.core.resources.IStorage getStorage()
getStorage in interface org.eclipse.ui.IStorageEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic <T> T getAdapter(Class<T> adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptableCopyright © 2005–2021 Eclipse Foundation. All rights reserved.