| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextPosition | |
| com.togethersoft.openapi.ide | |
| com.togethersoft.openapi.ide.editor | |
| com.togethersoft.openapi.util.properties | |
| com.togethersoft.openapi.util.text | |
| Uses of TextPosition in com.togethersoft.openapi.ide |
| Methods in com.togethersoft.openapi.ide with parameters of type TextPosition | |
String | IdeManager.buildEditorURL(String url, TextPosition position)Produces URL of a specific kind, referring to the position in a certain file. |
| Uses of TextPosition in com.togethersoft.openapi.ide.editor |
| Methods in com.togethersoft.openapi.ide.editor that return TextPosition | |
TextPosition | IdeEditor.getCaretPosition()Returns a caret position. |
TextPosition | IdeEditorPositionConverter.offsetToCell(int offset)Converts offset to TextPosition. |
TextPosition | IdeEditorSelection.getSelectionEnd()Returns a TextPosition object containing information about the end of this selection. |
TextPosition | IdeEditorSelection.getSelectionStart()Returns a TextPosition object containing information about the start of this selection. |
| Methods in com.togethersoft.openapi.ide.editor with parameters of type TextPosition | |
void | IdeEditor.setCaretPosition(TextPosition position)Sets the caret position. |
int | IdeEditorPositionConverter.cellToOffset(TextPosition position)Converts TextPosition to offset |
void | IdeEditorSelection.setSelectionEnd(TextPosition position)Sets the end position of this selection. |
void | IdeEditorSelection.setSelectionStart(TextPosition position)Sets the start position of this selection. |
| Uses of TextPosition in com.togethersoft.openapi.util.properties |
| Methods in com.togethersoft.openapi.util.properties that return TextPosition | |
TextPosition | PropertyLocator.locateNameChar(String property, int index)Return position of property name within file. |
TextPosition | PropertyLocator.locateValueChar(String property, int index)Return position of property value within file. |
| Uses of TextPosition in com.togethersoft.openapi.util.text |
| Fields in com.togethersoft.openapi.util.text declared as TextPosition | |
final static TextPosition | TextPosition.UNKNOWN |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||