ProgressBar

object ProgressBar extends ProductReader[ProgressBar]
Companion
class
trait ProductReader[ProgressBar]
class Object
trait Matchable
class Any

Type members

Classlikes

object Label extends ProductReader[Label]
Companion
class
final case class Label(w: ProgressBar) extends Ex[String]
Companion
object
object LabelPainted extends ProductReader[LabelPainted]
Companion
class
final case class LabelPainted(w: ProgressBar) extends Ex[Boolean]
Companion
object
object Max extends ProductReader[Max]
Companion
class
final case class Max(w: ProgressBar) extends Ex[Int]
Companion
object
object Min extends ProductReader[Min]
Companion
class
final case class Min(w: ProgressBar) extends Ex[Int]
Companion
object
object Value extends ProductReader[Value]
Companion
class
final case class Value(w: ProgressBar) extends Ex[Int]
Companion
object

Value members

Concrete methods

def apply(min: Ex[Int], max: Ex[Int]): ProgressBar
override def read(in: RefMapIn, key: String, arity: Int, adj: Int): ProgressBar
Definition Classes
ProductReader