TabStops class

Manages the tab stop state for a terminal.

Constructors

TabStops.new()
UncompleteDocumentation

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearAll() → void
Clears all tab stops without resetting them to the default 8 column intervals.
clearAt(int index) → void
Clears the tab stop at index. If there is no tab stop at index, this method does nothing.
find(int start, int end) int?
Finds the next tab stop index, which satisfies start <= index < end.
isSetAt(int index) bool
Returns true if there is a tab stop at index.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the tab stops to the default 8 column intervals.
setAt(int index) → void
Sets the tab stop at index. If there is already a tab stop at index, this method does nothing.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited