org.eclipse.emf.mwe.internal.ui.debug.model.ui
Class JarEntryEditorInput

java.lang.Object
  extended by org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
      extended by 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
JarEntryEditorInput(org.eclipse.core.resources.IStorage jarEntryFile)
           
 
Method Summary
 boolean exists()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 java.lang.String getFullPath()
           
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
           
 org.eclipse.core.resources.IStorage getStorage()
           
 java.lang.String getToolTipText()
           
 
Methods inherited from class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput
equals, getContentType, getName, getPersistable, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarEntryEditorInput

public JarEntryEditorInput(org.eclipse.core.resources.IStorage jarEntryFile)
Method Detail

getFullPath

public java.lang.String getFullPath()

getToolTipText

public java.lang.String getToolTipText()
Specified by:
getToolTipText in interface org.eclipse.ui.IEditorInput
Overrides:
getToolTipText in class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Specified by:
getImageDescriptor in interface org.eclipse.ui.IEditorInput
Overrides:
getImageDescriptor in class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput

exists

public boolean exists()
Specified by:
exists in interface org.eclipse.ui.IEditorInput
Overrides:
exists in class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
Overrides:
getAdapter in class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput

getStorage

public org.eclipse.core.resources.IStorage getStorage()
Specified by:
getStorage in interface org.eclipse.ui.IStorageEditorInput
Overrides:
getStorage in class org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput