Uses of Class
com.github.rvesse.airline.io.writers.WriterControlTracker
-
Packages that use WriterControlTracker Package Description com.github.rvesse.airline.io.writers -
-
Uses of WriterControlTracker in com.github.rvesse.airline.io.writers
Fields in com.github.rvesse.airline.io.writers declared as WriterControlTracker Modifier and Type Field Description protected WriterControlTracker<T>
ColorizedWriter. backgroundControl
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. bold
protected WriterControlTracker<T>
ColorizedWriter. foregroundControl
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. italic
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. strikeThrough
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. underline
Fields in com.github.rvesse.airline.io.writers with type parameters of type WriterControlTracker Modifier and Type Field Description private java.util.List<WriterControlTracker>
AnsiWriter. controls
Methods in com.github.rvesse.airline.io.writers with parameters of type WriterControlTracker Modifier and Type Method Description void
AnsiWriter. registerControl(WriterControlTracker control)
void
AnsiWriter. registerControls(WriterControlTracker... controls)
protected ColorizedWriter<T>
ColorizedWriter. setDecoration(boolean enabled, BasicDecoration decoration, WriterControlTracker<BasicDecoration> control)
-