package edit; /**** * SelectionContext is the text context in which the user makes a selection. */ public class SelectionContext { String data; }