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. backgroundControlprotected WriterControlTracker<BasicDecoration>ColorizedWriter. boldprotected WriterControlTracker<T>ColorizedWriter. foregroundControlprotected WriterControlTracker<BasicDecoration>ColorizedWriter. italicprotected WriterControlTracker<BasicDecoration>ColorizedWriter. strikeThroughprotected WriterControlTracker<BasicDecoration>ColorizedWriter. underlineFields in com.github.rvesse.airline.io.writers with type parameters of type WriterControlTracker Modifier and Type Field Description private java.util.List<WriterControlTracker>AnsiWriter. controlsMethods in com.github.rvesse.airline.io.writers with parameters of type WriterControlTracker Modifier and Type Method Description voidAnsiWriter. registerControl(WriterControlTracker control)voidAnsiWriter. registerControls(WriterControlTracker... controls)protected ColorizedWriter<T>ColorizedWriter. setDecoration(boolean enabled, BasicDecoration decoration, WriterControlTracker<BasicDecoration> control)
-