|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.text.Position
org.eclipse.xtext.ui.editor.folding.FoldedPosition
org.eclipse.xtext.ui.editor.folding.DefaultFoldedPosition
org.eclipse.xtend.ide.editor.InitiallyCollapsableFoldedPosition
public class InitiallyCollapsableFoldedPosition
| 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 |
|---|
public InitiallyCollapsableFoldedPosition(int offset,
int length,
int contentStart,
int contentLength,
boolean initiallyCollapsed)
| Method Detail |
|---|
public boolean isInitiallyCollapsed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||