org.eclipse.xtend.ide.editor
Class InitiallyCollapsableFoldedPosition

java.lang.Object
  extended by org.eclipse.jface.text.Position
      extended by org.eclipse.xtext.ui.editor.folding.FoldedPosition
          extended by org.eclipse.xtext.ui.editor.folding.DefaultFoldedPosition
              extended by org.eclipse.xtend.ide.editor.InitiallyCollapsableFoldedPosition
All Implemented Interfaces:
org.eclipse.jface.text.source.projection.IProjectionPosition

public class InitiallyCollapsableFoldedPosition
extends DefaultFoldedPosition

Author:
Holger Schill - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.jface.text.Position
isDeleted, length, offset
 
Constructor Summary
InitiallyCollapsableFoldedPosition(int offset, int length, int contentStart, int contentLength, boolean initiallyCollapsed)
           
 
Method Summary
 boolean isInitiallyCollapsed()
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.folding.DefaultFoldedPosition
computeCaptionOffset, computeProjectionRegions, equals, hashCode
 
Methods inherited from class org.eclipse.jface.text.Position
delete, getLength, getOffset, includes, isDeleted, overlapsWith, setLength, setOffset, toString, undelete
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitiallyCollapsableFoldedPosition

public InitiallyCollapsableFoldedPosition(int offset,
                                          int length,
                                          int contentStart,
                                          int contentLength,
                                          boolean initiallyCollapsed)
Method Detail

isInitiallyCollapsed

public boolean isInitiallyCollapsed()