org.eclipse.xtend.shared.ui.editor.outlineview
Class OutlineElement

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.editor.outlineview.OutlineElement

public class OutlineElement
extends java.lang.Object


Field Summary
static int EXTENSION
           
 org.eclipse.swt.graphics.Image image
           
static int IMPORT
           
 java.lang.String label
           
 int length
           
static int NONE
           
 int start
           
 int type
           
 
Constructor Summary
OutlineElement(java.lang.String label, int start, int length)
           
OutlineElement(java.lang.String label, int start, int length, org.eclipse.swt.graphics.Image image)
           
OutlineElement(java.lang.String label, int start, int length, org.eclipse.swt.graphics.Image image, int type)
           
 
Method Summary
 java.lang.String getLabel()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

IMPORT

public static final int IMPORT
See Also:
Constant Field Values

EXTENSION

public static final int EXTENSION
See Also:
Constant Field Values

start

public final int start

length

public final int length

label

public final java.lang.String label

image

public final org.eclipse.swt.graphics.Image image

type

public final int type
Constructor Detail

OutlineElement

public OutlineElement(java.lang.String label,
                      int start,
                      int length)

OutlineElement

public OutlineElement(java.lang.String label,
                      int start,
                      int length,
                      org.eclipse.swt.graphics.Image image)

OutlineElement

public OutlineElement(java.lang.String label,
                      int start,
                      int length,
                      org.eclipse.swt.graphics.Image image,
                      int type)
Method Detail

getType

public int getType()

getLabel

public java.lang.String getLabel()