package edit; /**** * The workspace text selection is the defined as the starting and ending * character positions in current workspace text context. */ public class Selection { int startPosition; int endPosition; String context; }