Class JarEntryEditorInput
java.lang.Object
org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
org.eclipse.emf.mwe.internal.ui.debug.model.ui.JarEntryEditorInput
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
,org.eclipse.ui.IStorageEditorInput
public class JarEntryEditorInput
extends org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
An EditorInput for a JarEntryFile. copied from
org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
<T> T
getAdapter
(Class<T> adapter) org.eclipse.jface.resource.ImageDescriptor
org.eclipse.core.resources.IStorage
Methods inherited from class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
equals, getContentType, getName, getPersistable, hashCode
-
Constructor Details
-
JarEntryEditorInput
public JarEntryEditorInput(org.eclipse.core.resources.IStorage jarEntryFile)
-
-
Method Details
-
getFullPath
-
getToolTipText
- Specified by:
getToolTipText
in interfaceorg.eclipse.ui.IEditorInput
- Overrides:
getToolTipText
in classorg.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()- Specified by:
getImageDescriptor
in interfaceorg.eclipse.ui.IEditorInput
- Overrides:
getImageDescriptor
in classorg.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-
exists
public boolean exists()- Specified by:
exists
in interfaceorg.eclipse.ui.IEditorInput
- Overrides:
exists
in classorg.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
- Overrides:
getAdapter
in classorg.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-
getStorage
public org.eclipse.core.resources.IStorage getStorage()- Specified by:
getStorage
in interfaceorg.eclipse.ui.IStorageEditorInput
- Overrides:
getStorage
in classorg.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
-