org.dawb.passerelle.editors
Class VariablePosition

java.lang.Object
  extended by org.eclipse.jface.text.Position
      extended by org.dawb.passerelle.editors.VariablePosition

public class VariablePosition
extends org.eclipse.jface.text.Position


Field Summary
 
Fields inherited from class org.eclipse.jface.text.Position
isDeleted, length, offset
 
Constructor Summary
VariablePosition(int i, int j)
           
 
Method Summary
 org.dawb.passerelle.editors.VariableType getVariableType()
           
 boolean isSelected()
           
 void setVariableType(org.dawb.passerelle.editors.VariableType variableType)
           
 
Methods inherited from class org.eclipse.jface.text.Position
delete, equals, getLength, getOffset, hashCode, includes, isDeleted, overlapsWith, setLength, setOffset, toString, undelete
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariablePosition

public VariablePosition(int i,
                        int j)
Method Detail

getVariableType

public org.dawb.passerelle.editors.VariableType getVariableType()

setVariableType

public void setVariableType(org.dawb.passerelle.editors.VariableType variableType)

isSelected

public boolean isSelected()