Uses of Class
editor.util.TextComponentUtil.Direction
-
Packages that use TextComponentUtil.Direction Package Description editor.util -
-
Uses of TextComponentUtil.Direction in editor.util
Methods in editor.util that return TextComponentUtil.Direction Modifier and Type Method Description static TextComponentUtil.Direction
TextComponentUtil.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextComponentUtil.Direction[]
TextComponentUtil.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in editor.util with parameters of type TextComponentUtil.Direction Modifier and Type Method Description static int
TextComponentUtil. findCharacterPositionOnLine(int startPosition, String string, char charToFind, TextComponentUtil.Direction d)
-