org.eclipse.xtext.xtend2.ui.labeling
Class Xtend2Images

java.lang.Object
  extended by org.eclipse.xtext.xtend2.ui.labeling.Xtend2Images

public class Xtend2Images
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Xtend2Images()
           
 
Method Summary
 org.eclipse.swt.graphics.Image forClass(int flags)
           
 org.eclipse.swt.graphics.Image forDispatcherFunction(int flags)
           
 org.eclipse.swt.graphics.Image forField(boolean isExtension)
           
 org.eclipse.swt.graphics.Image forFile()
           
 org.eclipse.swt.graphics.Image forFunction(int flags)
           
 org.eclipse.swt.graphics.Image forImport()
           
 org.eclipse.swt.graphics.Image forImportContainer()
           
 org.eclipse.swt.graphics.Image forPackage()
           
protected  org.eclipse.swt.graphics.Image getJdtImage(org.eclipse.jface.resource.ImageDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xtend2Images

public Xtend2Images()
Method Detail

forPackage

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

forImportContainer

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

forImport

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

forClass

public org.eclipse.swt.graphics.Image forClass(int flags)

forFunction

public org.eclipse.swt.graphics.Image forFunction(int flags)

forField

public org.eclipse.swt.graphics.Image forField(boolean isExtension)

forDispatcherFunction

public org.eclipse.swt.graphics.Image forDispatcherFunction(int flags)

forFile

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

getJdtImage

protected org.eclipse.swt.graphics.Image getJdtImage(org.eclipse.jface.resource.ImageDescriptor descriptor)