public class VcsSelection
extends java.lang.Object
Constructor and Description |
---|
VcsSelection(Document document,
SelectionModel selectionModel) |
VcsSelection(Document document,
TextRange textRange,
java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName() |
java.lang.String |
getDialogTitle() |
Document |
getDocument() |
int |
getSelectionEndLineNumber() |
int |
getSelectionStartLineNumber() |
public VcsSelection(Document document, SelectionModel selectionModel)
public Document getDocument()
public int getSelectionStartLineNumber()
public int getSelectionEndLineNumber()
public java.lang.String getActionName()
public java.lang.String getDialogTitle()