org.eclipse.xtend.ide.labeling
Class XtendImages

java.lang.Object
  extended by org.eclipse.xtext.xbase.ui.labeling.XbaseImages
      extended by org.eclipse.xtend.ide.labeling.XtendImages

public class XtendImages
extends XbaseImages

Author:
Jan Koehnlein - Initial contribution and API, Holger Schill

Constructor Summary
XtendImages()
           
 
Method Summary
 org.eclipse.swt.graphics.Image forDispatcherFunction(JvmVisibility visibility, boolean isStatic)
           
 org.eclipse.swt.graphics.Image forFile()
           
 org.eclipse.jface.resource.ImageDescriptor forFilter()
           
 org.eclipse.jface.resource.ImageDescriptor forImplementsAnnotation()
           
 org.eclipse.swt.graphics.Image forImport()
           
 org.eclipse.swt.graphics.Image forImportContainer()
           
 org.eclipse.jface.resource.ImageDescriptor forOverridesAnnotation()
           
 org.eclipse.swt.graphics.Image forPackage()
           
 
Methods inherited from class org.eclipse.xtext.xbase.ui.labeling.XbaseImages
forClass, forConstructor, forField, forLacalVariable, forOperation, forTypeParameter, getDecoratedJdtImage, getJdtImage, toFlags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendImages

public XtendImages()
Method Detail

forFilter

public org.eclipse.jface.resource.ImageDescriptor forFilter()

forImplementsAnnotation

public org.eclipse.jface.resource.ImageDescriptor forImplementsAnnotation()

forOverridesAnnotation

public org.eclipse.jface.resource.ImageDescriptor forOverridesAnnotation()

forPackage

public org.eclipse.swt.graphics.Image forPackage()

forImportContainer

public org.eclipse.swt.graphics.Image forImportContainer()

forImport

public org.eclipse.swt.graphics.Image forImport()

forDispatcherFunction

public org.eclipse.swt.graphics.Image forDispatcherFunction(JvmVisibility visibility,
                                                            boolean isStatic)

forFile

public org.eclipse.swt.graphics.Image forFile()