Uses of Class
com.togethersoft.openapi.util.text.TextPosition

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
StringIdeManager.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
TextPositionIdeEditor.getCaretPosition()
          Returns a caret position.
TextPositionIdeEditorPositionConverter.offsetToCell(int offset)
          Converts offset to TextPosition.
TextPositionIdeEditorSelection.getSelectionEnd()
          Returns a TextPosition object containing information about the end of this selection.
TextPositionIdeEditorSelection.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
voidIdeEditor.setCaretPosition(TextPosition position)
          Sets the caret position.
intIdeEditorPositionConverter.cellToOffset(TextPosition position)
          Converts TextPosition to offset
voidIdeEditorSelection.setSelectionEnd(TextPosition position)
          Sets the end position of this selection.
voidIdeEditorSelection.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
TextPositionPropertyLocator.locateNameChar(String property, int index)
          Return position of property name within file.
TextPositionPropertyLocator.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 TextPositionTextPosition.UNKNOWN