DCWindow class abstract
Constructors
- DCWindow.new(DCConsole console, String title)
Properties
- console → DCConsole
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyboard → TerminalKeyboard
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
Methods
-
close(
) → void -
display(
) → void -
draw(
) → void -
initialize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startUpdateLoop(
[Duration? wait]) → Timer? -
toString(
) → String -
A string representation of this object.
inherited
-
write_centered(
String text) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited